Shades of Pale Taupe #B99C82
Tints of Pale Taupe #B99C82
RGB
CMYK
RGB Variations
Color information
#B99C82 (or 0xB99C82) is known color: Pale Taupe. HEX triplet: B9, 9C and 82. RGB value is (185,156,130). Sum of RGB (Red+Green+Blue) = 185+156+130=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C82 is #46637D. Grayscale: #A1A1A1. Windows color (decimal): -4612990 or 8559801. OLE color: 8559801.
HSL color Cylindrical-coordinate representation of color #B99C82: hue angle of 28.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99C82 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 130 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.27 |
| HSL | 28.36º | 0.28% | 0.62% | - |
| HSV(B) | 28.36º | 0.3% | 0.73% | - |
| XYZ | 35.93 | 35.7 | 26.12 | - |
| YUV | 161.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 130 | 0 | 0.16 | 0.30 | 0.27 | 28.36 | 0.28 | 0.62 |
| Hex | B9 | 9C | 82 | 0 | 10 | 1E | 1B | 1C | 1C | 3E |
| Octal | 271 | 234 | 202 | 0 | 20 | 36 | 33 | 34 | 34 | 76 |
| Binary | 10111001 | 10011100 | 10000010 | 0 | 10000 | 11110 | 11011 | 11100 | 11100 | 111110 |
Color Harmonies of #B99C82
Complementary color
Monochromatic Colors of #B99C82
Black with #B99C82
Text Example
Text Example
White with #B99C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C82; }
p { color: rgb(185,156,130); }
H1.HeaderClassName
{
color: #B99C82;
}
.AnyTagClassName
{
color: #B99C82;
}
</style>
background-color css
<style>
a { background-color: #B99C82; }
a { background-color: rgb(185,156,130); }
div.DivClassName
{
background-color: #B99C82;
}
.BgClassName
{
background-color: #B99C82;
}
</style>
border-color css
<style>
span { border-color: #B99C82; }
span { border-color: rgb(185,156,130); }
td.TdClassName
{
border-color: #B99C82;
}
.TagClassName
{
border-color: #B99C82;
}
</style>