#BB9E7D

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

Shades of Pale Taupe #BB9E7D

Tints of Pale Taupe #BB9E7D

Color information

#BB9E7D (or 0xBB9E7D) is unknown color: approx Pale Taupe. HEX triplet: BB, 9E and 7D. RGB value is (187,158,125). Sum of RGB (Red+Green+Blue) = 187+158+125=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E7D is #446182. Grayscale: #A3A3A3. Windows color (decimal): -4481411 or 8232635. OLE color: 8232635.

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

Color convert

RGB187158125-
CMYK00.160.330.27
HSL31.94º31.31%61.18%-
HSV(B)31.94º33.16%73.33%-
XYZ36.4236.524.53-
YUV162.91106.61145.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=39.79%
G=33.62%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715812500.160.330.2731.9431.3161.18
HexBB9E7D010211B201f3d
Octal2732361750204133403775
Binary101110111001111011111010100001000011101110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E7D; }

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

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

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

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

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

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

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

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