Shades of Pale Taupe #B99070
Tints of Pale Taupe #B99070
RGB
CMYK
RGB Variations
Color information
#B99070 (or 0xB99070) is known color: Pale Taupe. HEX triplet: B9, 90 and 70. RGB value is (185,144,112). Sum of RGB (Red+Green+Blue) = 185+144+112=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B99070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99070 is #466F8F. Grayscale: #989898. Windows color (decimal): -4616080 or 7377081. OLE color: 7377081.
HSL color Cylindrical-coordinate representation of color #B99070: hue angle of 26.3º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99070 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 112 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.27 |
| HSL | 26.3º | 0.34% | 0.58% | - |
| HSV(B) | 26.3º | 0.39% | 0.73% | - |
| XYZ | 32.91 | 31.43 | 19.66 | - |
| YUV | 152.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 112 | 0 | 0.22 | 0.39 | 0.27 | 26.3 | 0.34 | 0.58 |
| Hex | B9 | 90 | 70 | 0 | 16 | 27 | 1B | 1A | 22 | 3A |
| Octal | 271 | 220 | 160 | 0 | 26 | 47 | 33 | 32 | 42 | 72 |
| Binary | 10111001 | 10010000 | 1110000 | 0 | 10110 | 100111 | 11011 | 11010 | 100010 | 111010 |
Color Harmonies of #B99070
Complementary color
Monochromatic Colors of #B99070
Black with #B99070
Text Example
Text Example
White with #B99070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99070; }
p { color: rgb(185,144,112); }
H1.HeaderClassName
{
color: #B99070;
}
.AnyTagClassName
{
color: #B99070;
}
</style>
background-color css
<style>
a { background-color: #B99070; }
a { background-color: rgb(185,144,112); }
div.DivClassName
{
background-color: #B99070;
}
.BgClassName
{
background-color: #B99070;
}
</style>
border-color css
<style>
span { border-color: #B99070; }
span { border-color: rgb(185,144,112); }
td.TdClassName
{
border-color: #B99070;
}
.TagClassName
{
border-color: #B99070;
}
</style>