#BB987E

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

Shades of Pale Taupe #BB987E

Tints of Pale Taupe #BB987E

Color information

#BB987E (or 0xBB987E) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 7E. RGB value is (187,152,126). Sum of RGB (Red+Green+Blue) = 187+152+126=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987E is #446781. Grayscale: #9F9F9F. Windows color (decimal): -4482946 or 8296635. OLE color: 8296635.

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

Color convert

RGB187152126-
CMYK00.190.330.27
HSL25.57º30.96%61.37%-
HSV(B)25.57º32.62%73.33%-
XYZ35.4934.5324.53-
YUV159.5109.1147.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=40.22%
G=32.69%
B=27.10%

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
Decimal18715212600.190.330.2725.5730.9661.37
HexBB987E013211B1a1f3d
Octal2732301760234133323775
Binary10111011100110001111110010011100001110111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB987E; }

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

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

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

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

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

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

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

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