#BB9A79

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

Shades of Pale Taupe #BB9A79

Tints of Pale Taupe #BB9A79

Color information

#BB9A79 (or 0xBB9A79) is unknown color: approx Pale Taupe. HEX triplet: BB, 9A and 79. RGB value is (187,154,121). Sum of RGB (Red+Green+Blue) = 187+154+121=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A79 is #446586. Grayscale: #A0A0A0. Windows color (decimal): -4482439 or 7969467. OLE color: 7969467.

HSL color Cylindrical-coordinate representation of color #BB9A79: hue angle of 30º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9A79 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187154121-
CMYK00.180.350.27
HSL30º32.67%60.39%-
HSV(B)30º35.29%73.33%-
XYZ35.535.0622.98-
YUV160.1105.93147.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=40.48%
G=33.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715412100.180.350.273032.6760.39
HexBB9A79012231B1e213c
Octal2732321710224333364174
Binary101110111001101011110010100101000111101111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A79; }

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

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

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

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

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

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

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

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