#BB9F89

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

Shades of Pale Taupe #BB9F89

Tints of Pale Taupe #BB9F89

Color information

#BB9F89 (or 0xBB9F89) is unknown color: approx Pale Taupe. HEX triplet: BB, 9F and 89. RGB value is (187,159,137). Sum of RGB (Red+Green+Blue) = 187+159+137=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F89 is #446076. Grayscale: #A4A4A4. Windows color (decimal): -4481143 or 9019323. OLE color: 9019323.

HSL color Cylindrical-coordinate representation of color #BB9F89: hue angle of 26.4º 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 #BB9F89 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB187159137-
CMYK00.150.270.27
HSL26.4º26.88%63.53%-
HSV(B)26.4º26.74%73.33%-
XYZ37.4137.1728.87-
YUV164.86112.28143.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=38.72%
G=32.92%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715913700.150.270.2726.426.8863.53
HexBB9F890F1B1B1a1b40
Octal27323721101733333233100
Binary10111011100111111000100101111110111101111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F89; }

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

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

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

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

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

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

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

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