#BB9D80

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

Shades of Pale Taupe #BB9D80

Tints of Pale Taupe #BB9D80

Color information

#BB9D80 (or 0xBB9D80) is unknown color: approx Pale Taupe. HEX triplet: BB, 9D and 80. RGB value is (187,157,128). Sum of RGB (Red+Green+Blue) = 187+157+128=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D80 is #44627F. Grayscale: #A2A2A2. Windows color (decimal): -4481664 or 8428987. OLE color: 8428987.

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

Color convert

RGB187157128-
CMYK00.160.320.27
HSL29.49º30.26%61.76%-
HSV(B)29.49º31.55%73.33%-
XYZ36.4536.2425.5-
YUV162.66108.44145.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=39.62%
G=33.26%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715712800.160.320.2729.4930.2661.76
HexBB9D80010201B1d1e3e
Octal2732352000204033353676
Binary101110111001110110000000010000100000110111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D80; }

 p { color: rgb(187,157,128); }

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

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

 a { background-color: rgb(187,157,128); }

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

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

 span { border-color: rgb(187,157,128); }

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