Shades of Pale Taupe #B99D88
Tints of Pale Taupe #B99D88
RGB
CMYK
RGB Variations
Color information
#B99D88 (or 0xB99D88) is known color: Pale Taupe. HEX triplet: B9, 9D and 88. RGB value is (185,157,136). Sum of RGB (Red+Green+Blue) = 185+157+136=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D88 is #466277. Grayscale: #A3A3A3. Windows color (decimal): -4612728 or 8953273. OLE color: 8953273.
HSL color Cylindrical-coordinate representation of color #B99D88: hue angle of 25.71º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B99D88 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 136 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.27 |
| HSL | 25.71º | 0.26% | 0.63% | - |
| HSV(B) | 25.71º | 0.26% | 0.73% | - |
| XYZ | 36.51 | 36.21 | 28.36 | - |
| YUV | 162.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 136 | 0 | 0.15 | 0.26 | 0.27 | 25.71 | 0.26 | 0.63 |
| Hex | B9 | 9D | 88 | 0 | F | 1A | 1B | 1A | 1A | 3F |
| Octal | 271 | 235 | 210 | 0 | 17 | 32 | 33 | 32 | 32 | 77 |
| Binary | 10111001 | 10011101 | 10001000 | 0 | 1111 | 11010 | 11011 | 11010 | 11010 | 111111 |
Color Harmonies of #B99D88
Complementary color
Monochromatic Colors of #B99D88
Black with #B99D88
Text Example
Text Example
White with #B99D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D88; }
p { color: rgb(185,157,136); }
H1.HeaderClassName
{
color: #B99D88;
}
.AnyTagClassName
{
color: #B99D88;
}
</style>
background-color css
<style>
a { background-color: #B99D88; }
a { background-color: rgb(185,157,136); }
div.DivClassName
{
background-color: #B99D88;
}
.BgClassName
{
background-color: #B99D88;
}
</style>
border-color css
<style>
span { border-color: #B99D88; }
span { border-color: rgb(185,157,136); }
td.TdClassName
{
border-color: #B99D88;
}
.TagClassName
{
border-color: #B99D88;
}
</style>