#BB987B

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

Shades of Pale Taupe #BB987B

Tints of Pale Taupe #BB987B

Color information

#BB987B (or 0xBB987B) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 7B. RGB value is (187,152,123). Sum of RGB (Red+Green+Blue) = 187+152+123=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987B is #446784. Grayscale: #9F9F9F. Windows color (decimal): -4482949 or 8100027. OLE color: 8100027.

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

Color convert

RGB187152123-
CMYK00.190.340.27
HSL27.19º32%60.78%-
HSV(B)27.19º34.22%73.33%-
XYZ35.334.4523.53-
YUV159.16107.6147.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=40.48%
G=32.90%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715212300.190.340.2727.193260.78
HexBB987B013221B1b203d
Octal2732301730234233334075
Binary101110111001100011110110100111000101101111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB987B; }

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

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

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

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

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

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

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

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