#BB9D89

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

Shades of Pale Taupe #BB9D89

Tints of Pale Taupe #BB9D89

Color information

#BB9D89 (or 0xBB9D89) is unknown color: approx Pale Taupe. HEX triplet: BB, 9D and 89. RGB value is (187,157,137). Sum of RGB (Red+Green+Blue) = 187+157+137=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D89 is #446276. Grayscale: #A3A3A3. Windows color (decimal): -4481655 or 9018811. OLE color: 9018811.

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

Color convert

RGB187157137-
CMYK00.160.270.27
HSL24º26.88%63.53%-
HSV(B)24º26.74%73.33%-
XYZ37.0736.4828.76-
YUV163.69112.94144.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=38.88%
G=32.64%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715713700.160.270.272426.8863.53
HexBB9D890101B1B181b40
Octal27323521102033333033100
Binary101110111001110110001001010000110111101111000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D89; }

 p { color: rgb(187,157,137); }

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

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

 a { background-color: rgb(187,157,137); }

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

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

 span { border-color: rgb(187,157,137); }

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