Shades of Pale Taupe #B99E80
Tints of Pale Taupe #B99E80
RGB
CMYK
RGB Variations
Color information
#B99E80 (or 0xB99E80) is known color: Pale Taupe. HEX triplet: B9, 9E and 80. RGB value is (185,158,128). Sum of RGB (Red+Green+Blue) = 185+158+128=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E80 is #46617F. Grayscale: #A2A2A2. Windows color (decimal): -4612480 or 8429241. OLE color: 8429241.
HSL color Cylindrical-coordinate representation of color #B99E80: hue angle of 31.58º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99E80 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 128 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.27 |
| HSL | 31.58º | 0.29% | 0.61% | - |
| HSV(B) | 31.58º | 0.31% | 0.73% | - |
| XYZ | 36.13 | 36.33 | 25.53 | - |
| YUV | 162.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 128 | 0 | 0.15 | 0.31 | 0.27 | 31.58 | 0.29 | 0.61 |
| Hex | B9 | 9E | 80 | 0 | F | 1F | 1B | 20 | 1D | 3D |
| Octal | 271 | 236 | 200 | 0 | 17 | 37 | 33 | 40 | 35 | 75 |
| Binary | 10111001 | 10011110 | 10000000 | 0 | 1111 | 11111 | 11011 | 100000 | 11101 | 111101 |
Color Harmonies of #B99E80
Complementary color
Monochromatic Colors of #B99E80
Black with #B99E80
Text Example
Text Example
White with #B99E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E80; }
p { color: rgb(185,158,128); }
H1.HeaderClassName
{
color: #B99E80;
}
.AnyTagClassName
{
color: #B99E80;
}
</style>
background-color css
<style>
a { background-color: #B99E80; }
a { background-color: rgb(185,158,128); }
div.DivClassName
{
background-color: #B99E80;
}
.BgClassName
{
background-color: #B99E80;
}
</style>
border-color css
<style>
span { border-color: #B99E80; }
span { border-color: rgb(185,158,128); }
td.TdClassName
{
border-color: #B99E80;
}
.TagClassName
{
border-color: #B99E80;
}
</style>