#bb9878

Color #BB9878 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BB9878

Tints of Pale Taupe #BB9878

Color information

#BB9878 (or 0xBB9878) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 78. RGB value is (187,152,120). Sum of RGB (Red+Green+Blue) = 187+152+120=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9878 is #446787. Grayscale: #9E9E9E. Windows color (decimal): -4482952 or 7903419. OLE color: 7903419.

HSL color Cylindrical-coordinate representation of color #BB9878: hue angle of 28.66º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9878 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187152120-
CMYK00.190.360.27
HSL28.66º33%60.2%-
HSV(B)28.66º35.83%73.33%-
XYZ35.1134.3822.55-
YUV158.82106.1148.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=40.74%
G=33.12%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715212000.190.360.2728.663360.2
HexBB9878013241B1d213c
Octal2732301700234433354174
Binary101110111001100011110000100111001001101111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9878; }

 p { color: rgb(187,152,120); }

 H1.HeaderClassName
 {
   color: #bb9878;
 }
 .AnyTagClassName
 {
   color: #bb9878;
 }
</style>
background-color css

<style>
 a { background-color: #bb9878; }

 a { background-color: rgb(187,152,120); }

 div.DivClassName
 {
   background-color: #bb9878;
 }
 .BgClassName
 {
   background-color: #bb9878;
 }
</style>
border-color css

<style>
 span { border-color: #bb9878; }

 span { border-color: rgb(187,152,120); }

 td.TdClassName
 {
   border-color: #bb9878;
 }
 .TagClassName
 {
   border-color: #bb9878;
 }
</style>