#BB9D79

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

Shades of Pale Taupe #BB9D79

Tints of Pale Taupe #BB9D79

Color information

#BB9D79 (or 0xBB9D79) is unknown color: approx Pale Taupe. HEX triplet: BB, 9D and 79. RGB value is (187,157,121). Sum of RGB (Red+Green+Blue) = 187+157+121=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9D79 is #446286. Grayscale: #A2A2A2. Windows color (decimal): -4481671 or 7970235. OLE color: 7970235.

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

Color convert

RGB187157121-
CMYK00.160.350.27
HSL32.73º32.67%60.39%-
HSV(B)32.73º35.29%73.33%-
XYZ3636.0623.15-
YUV161.87104.94145.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=40.22%
G=33.76%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715712100.160.350.2732.7332.6760.39
HexBB9D79010231B21213c
Octal2732351710204333414174
Binary1011101110011101111100101000010001111011100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D79; }

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

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

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

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

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

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

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

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