#BB9A7E

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

Shades of Pale Taupe #BB9A7E

Tints of Pale Taupe #BB9A7E

Color information

#BB9A7E (or 0xBB9A7E) is unknown color: approx Pale Taupe. HEX triplet: BB, 9A and 7E. RGB value is (187,154,126). Sum of RGB (Red+Green+Blue) = 187+154+126=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A7E is #446581. Grayscale: #A0A0A0. Windows color (decimal): -4482434 or 8297147. OLE color: 8297147.

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

Color convert

RGB187154126-
CMYK00.180.330.27
HSL27.54º30.96%61.37%-
HSV(B)27.54º32.62%73.33%-
XYZ35.8235.1824.64-
YUV160.67108.43146.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=40.04%
G=32.98%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715412600.180.330.2727.5430.9661.37
HexBB9A7E012211B1c1f3d
Octal2732321760224133343775
Binary10111011100110101111110010010100001110111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A7E; }

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

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

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

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

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

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

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

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