#BB9981

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

Shades of Pale Taupe #BB9981

Tints of Pale Taupe #BB9981

Color information

#BB9981 (or 0xBB9981) is unknown color: approx Pale Taupe. HEX triplet: BB, 99 and 81. RGB value is (187,153,129). Sum of RGB (Red+Green+Blue) = 187+153+129=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9981 is #44667E. Grayscale: #A0A0A0. Windows color (decimal): -4482687 or 8493499. OLE color: 8493499.

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

Color convert

RGB187153129-
CMYK00.180.310.27
HSL24.83º29.9%61.96%-
HSV(B)24.83º31.02%73.33%-
XYZ35.8534.9325.62-
YUV160.43110.26146.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=39.87%
G=32.62%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715312900.180.310.2724.8329.961.96
HexBB99810121F1B191e3e
Octal2732312010223733313676
Binary10111011100110011000000101001011111110111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9981; }

 p { color: rgb(187,153,129); }

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

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

 a { background-color: rgb(187,153,129); }

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

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

 span { border-color: rgb(187,153,129); }

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