Shades of Pale Taupe #B99583
Tints of Pale Taupe #B99583
RGB
CMYK
RGB Variations
Color information
#B99583 (or 0xB99583) is known color: Pale Taupe. HEX triplet: B9, 95 and 83. RGB value is (185,149,131). Sum of RGB (Red+Green+Blue) = 185+149+131=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B99583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99583 is #466A7C. Grayscale: #9D9D9D. Windows color (decimal): -4614781 or 8623545. OLE color: 8623545.
HSL color Cylindrical-coordinate representation of color #B99583: hue angle of 20º degrees, saturation: 0.28, 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 #B99583 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 131 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.27 |
| HSL | 20º | 0.28% | 0.62% | - |
| HSV(B) | 20º | 0.29% | 0.73% | - |
| XYZ | 34.85 | 33.45 | 26.09 | - |
| YUV | 157.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 131 | 0 | 0.19 | 0.29 | 0.27 | 20 | 0.28 | 0.62 |
| Hex | B9 | 95 | 83 | 0 | 13 | 1D | 1B | 14 | 1C | 3E |
| Octal | 271 | 225 | 203 | 0 | 23 | 35 | 33 | 24 | 34 | 76 |
| Binary | 10111001 | 10010101 | 10000011 | 0 | 10011 | 11101 | 11011 | 10100 | 11100 | 111110 |
Color Harmonies of #B99583
Complementary color
Monochromatic Colors of #B99583
Black with #B99583
Text Example
Text Example
White with #B99583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99583; }
p { color: rgb(185,149,131); }
H1.HeaderClassName
{
color: #B99583;
}
.AnyTagClassName
{
color: #B99583;
}
</style>
background-color css
<style>
a { background-color: #B99583; }
a { background-color: rgb(185,149,131); }
div.DivClassName
{
background-color: #B99583;
}
.BgClassName
{
background-color: #B99583;
}
</style>
border-color css
<style>
span { border-color: #B99583; }
span { border-color: rgb(185,149,131); }
td.TdClassName
{
border-color: #B99583;
}
.TagClassName
{
border-color: #B99583;
}
</style>