#BB9A7F

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

Shades of Pale Taupe #BB9A7F

Tints of Pale Taupe #BB9A7F

Color information

#BB9A7F (or 0xBB9A7F) is unknown color: approx Pale Taupe. HEX triplet: BB, 9A and 7F. RGB value is (187,154,127). Sum of RGB (Red+Green+Blue) = 187+154+127=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A7F is #446580. Grayscale: #A0A0A0. Windows color (decimal): -4482433 or 8362683. OLE color: 8362683.

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

Color convert

RGB187154127-
CMYK00.180.320.27
HSL27º30.61%61.57%-
HSV(B)27º32.09%73.33%-
XYZ35.8835.2124.98-
YUV160.79108.93146.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 127 (50% from 255) = 27.14%
R=39.96%
G=32.91%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715412700.180.320.272730.6161.57
HexBB9A7F012201B1b1f3e
Octal2732321770224033333776
Binary10111011100110101111111010010100000110111101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A7F; }

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

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

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

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

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

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

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

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