Shades of Pale Taupe #B99483
Tints of Pale Taupe #B99483
RGB
CMYK
RGB Variations
Color information
#B99483 (or 0xB99483) is known color: Pale Taupe. HEX triplet: B9, 94 and 83. RGB value is (185,148,131). Sum of RGB (Red+Green+Blue) = 185+148+131=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B99483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99483 is #466B7C. Grayscale: #9D9D9D. Windows color (decimal): -4615037 or 8623289. OLE color: 8623289.
HSL color Cylindrical-coordinate representation of color #B99483: hue angle of 18.89º 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 #B99483 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 131 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.27 |
| HSL | 18.89º | 0.28% | 0.62% | - |
| HSV(B) | 18.89º | 0.29% | 0.73% | - |
| XYZ | 34.69 | 33.13 | 26.04 | - |
| YUV | 157.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 131 | 0 | 0.20 | 0.29 | 0.27 | 18.89 | 0.28 | 0.62 |
| Hex | B9 | 94 | 83 | 0 | 14 | 1D | 1B | 13 | 1C | 3E |
| Octal | 271 | 224 | 203 | 0 | 24 | 35 | 33 | 23 | 34 | 76 |
| Binary | 10111001 | 10010100 | 10000011 | 0 | 10100 | 11101 | 11011 | 10011 | 11100 | 111110 |
Color Harmonies of #B99483
Complementary color
Monochromatic Colors of #B99483
Black with #B99483
Text Example
Text Example
White with #B99483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99483; }
p { color: rgb(185,148,131); }
H1.HeaderClassName
{
color: #B99483;
}
.AnyTagClassName
{
color: #B99483;
}
</style>
background-color css
<style>
a { background-color: #B99483; }
a { background-color: rgb(185,148,131); }
div.DivClassName
{
background-color: #B99483;
}
.BgClassName
{
background-color: #B99483;
}
</style>
border-color css
<style>
span { border-color: #B99483; }
span { border-color: rgb(185,148,131); }
td.TdClassName
{
border-color: #B99483;
}
.TagClassName
{
border-color: #B99483;
}
</style>