Shades of Pale Taupe #B99E82
Tints of Pale Taupe #B99E82
RGB
CMYK
RGB Variations
Color information
#B99E82 (or 0xB99E82) is known color: Pale Taupe. HEX triplet: B9, 9E and 82. RGB value is (185,158,130). Sum of RGB (Red+Green+Blue) = 185+158+130=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E82 is #46617D. Grayscale: #A3A3A3. Windows color (decimal): -4612478 or 8560313. OLE color: 8560313.
HSL color Cylindrical-coordinate representation of color #B99E82: hue angle of 30.55º 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 #B99E82 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 130 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.27 |
| HSL | 30.55º | 0.28% | 0.62% | - |
| HSV(B) | 30.55º | 0.3% | 0.73% | - |
| XYZ | 36.26 | 36.38 | 26.23 | - |
| YUV | 162.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 130 | 0 | 0.15 | 0.30 | 0.27 | 30.55 | 0.28 | 0.62 |
| Hex | B9 | 9E | 82 | 0 | F | 1E | 1B | 1F | 1C | 3E |
| Octal | 271 | 236 | 202 | 0 | 17 | 36 | 33 | 37 | 34 | 76 |
| Binary | 10111001 | 10011110 | 10000010 | 0 | 1111 | 11110 | 11011 | 11111 | 11100 | 111110 |
Color Harmonies of #B99E82
Complementary color
Monochromatic Colors of #B99E82
Black with #B99E82
Text Example
Text Example
White with #B99E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E82; }
p { color: rgb(185,158,130); }
H1.HeaderClassName
{
color: #B99E82;
}
.AnyTagClassName
{
color: #B99E82;
}
</style>
background-color css
<style>
a { background-color: #B99E82; }
a { background-color: rgb(185,158,130); }
div.DivClassName
{
background-color: #B99E82;
}
.BgClassName
{
background-color: #B99E82;
}
</style>
border-color css
<style>
span { border-color: #B99E82; }
span { border-color: rgb(185,158,130); }
td.TdClassName
{
border-color: #B99E82;
}
.TagClassName
{
border-color: #B99E82;
}
</style>