Shades of Pale Taupe #B99576
Tints of Pale Taupe #B99576
RGB
CMYK
RGB Variations
Color information
#B99576 (or 0xB99576) is known color: Pale Taupe. HEX triplet: B9, 95 and 76. RGB value is (185,149,118). Sum of RGB (Red+Green+Blue) = 185+149+118=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99576 is #466A89. Grayscale: #9C9C9C. Windows color (decimal): -4614794 or 7771577. OLE color: 7771577.
HSL color Cylindrical-coordinate representation of color #B99576: hue angle of 27.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99576 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 118 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.27 |
| HSL | 27.76º | 0.32% | 0.59% | - |
| HSV(B) | 27.76º | 0.36% | 0.73% | - |
| XYZ | 34.03 | 33.12 | 21.74 | - |
| YUV | 156.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 118 | 0 | 0.19 | 0.36 | 0.27 | 27.76 | 0.32 | 0.59 |
| Hex | B9 | 95 | 76 | 0 | 13 | 24 | 1B | 1C | 20 | 3B |
| Octal | 271 | 225 | 166 | 0 | 23 | 44 | 33 | 34 | 40 | 73 |
| Binary | 10111001 | 10010101 | 1110110 | 0 | 10011 | 100100 | 11011 | 11100 | 100000 | 111011 |
Color Harmonies of #B99576
Complementary color
Monochromatic Colors of #B99576
Black with #B99576
Text Example
Text Example
White with #B99576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99576; }
p { color: rgb(185,149,118); }
H1.HeaderClassName
{
color: #B99576;
}
.AnyTagClassName
{
color: #B99576;
}
</style>
background-color css
<style>
a { background-color: #B99576; }
a { background-color: rgb(185,149,118); }
div.DivClassName
{
background-color: #B99576;
}
.BgClassName
{
background-color: #B99576;
}
</style>
border-color css
<style>
span { border-color: #B99576; }
span { border-color: rgb(185,149,118); }
td.TdClassName
{
border-color: #B99576;
}
.TagClassName
{
border-color: #B99576;
}
</style>