#BB987D

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

Shades of Pale Taupe #BB987D

Tints of Pale Taupe #BB987D

Color information

#BB987D (or 0xBB987D) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 7D. RGB value is (187,152,125). Sum of RGB (Red+Green+Blue) = 187+152+125=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987D is #446782. Grayscale: #9F9F9F. Windows color (decimal): -4482947 or 8231099. OLE color: 8231099.

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

Color convert

RGB187152125-
CMYK00.190.330.27
HSL26.13º31.31%61.18%-
HSV(B)26.13º33.16%73.33%-
XYZ35.4234.524.19-
YUV159.39108.6147.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=40.30%
G=32.76%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715212500.190.330.2726.1331.3161.18
HexBB987D013211B1a1f3d
Octal2732301750234133323775
Binary10111011100110001111101010011100001110111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB987D; }

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

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

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

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

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

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

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

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