#BB9F7E

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

Shades of Pale Taupe #BB9F7E

Tints of Pale Taupe #BB9F7E

Color information

#BB9F7E (or 0xBB9F7E) is unknown color: approx Pale Taupe. HEX triplet: BB, 9F and 7E. RGB value is (187,159,126). Sum of RGB (Red+Green+Blue) = 187+159+126=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F7E is #446081. Grayscale: #A3A3A3. Windows color (decimal): -4481154 or 8298427. OLE color: 8298427.

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

Color convert

RGB187159126-
CMYK00.150.330.27
HSL32.46º30.96%61.37%-
HSV(B)32.46º32.62%73.33%-
XYZ36.6636.8724.92-
YUV163.61106.78144.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=39.62%
G=33.69%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715912600.150.330.2732.4630.9661.37
HexBB9F7E0F211B201f3d
Octal2732371760174133403775
Binary10111011100111111111110011111000011101110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F7E; }

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

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

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

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

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

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

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

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