#BB9579

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

Shades of Pale Taupe #BB9579

Tints of Pale Taupe #BB9579

Color information

#BB9579 (or 0xBB9579) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 79. RGB value is (187,149,121). Sum of RGB (Red+Green+Blue) = 187+149+121=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9579 is #446A86. Grayscale: #9D9D9D. Windows color (decimal): -4483719 or 7968187. OLE color: 7968187.

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

Color convert

RGB187149121-
CMYK00.200.350.27
HSL25.45º32.67%60.39%-
HSV(B)25.45º35.29%73.33%-
XYZ34.6933.4422.72-
YUV157.17107.59149.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=40.92%
G=32.60%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714912100.200.350.2725.4532.6760.39
HexBB9579014231B19213c
Octal2732251710244333314174
Binary101110111001010111110010101001000111101111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9579; }

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

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

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

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

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

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

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

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