Shades of Pale Taupe #B99584
Tints of Pale Taupe #B99584
RGB
CMYK
RGB Variations
Color information
#B99584 (or 0xB99584) is known color: Pale Taupe. HEX triplet: B9, 95 and 84. RGB value is (185,149,132). Sum of RGB (Red+Green+Blue) = 185+149+132=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99584 is #466A7B. Grayscale: #9D9D9D. Windows color (decimal): -4614780 or 8689081. OLE color: 8689081.
HSL color Cylindrical-coordinate representation of color #B99584: hue angle of 19.25º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99584 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 132 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.27 |
| HSL | 19.25º | 0.27% | 0.62% | - |
| HSV(B) | 19.25º | 0.29% | 0.73% | - |
| XYZ | 34.92 | 33.48 | 26.45 | - |
| YUV | 157.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 132 | 0 | 0.19 | 0.29 | 0.27 | 19.25 | 0.27 | 0.62 |
| Hex | B9 | 95 | 84 | 0 | 13 | 1D | 1B | 13 | 1B | 3E |
| Octal | 271 | 225 | 204 | 0 | 23 | 35 | 33 | 23 | 33 | 76 |
| Binary | 10111001 | 10010101 | 10000100 | 0 | 10011 | 11101 | 11011 | 10011 | 11011 | 111110 |
Color Harmonies of #B99584
Complementary color
Monochromatic Colors of #B99584
Black with #B99584
Text Example
Text Example
White with #B99584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99584; }
p { color: rgb(185,149,132); }
H1.HeaderClassName
{
color: #B99584;
}
.AnyTagClassName
{
color: #B99584;
}
</style>
background-color css
<style>
a { background-color: #B99584; }
a { background-color: rgb(185,149,132); }
div.DivClassName
{
background-color: #B99584;
}
.BgClassName
{
background-color: #B99584;
}
</style>
border-color css
<style>
span { border-color: #B99584; }
span { border-color: rgb(185,149,132); }
td.TdClassName
{
border-color: #B99584;
}
.TagClassName
{
border-color: #B99584;
}
</style>