Shades of Pale Taupe #B98F70
Tints of Pale Taupe #B98F70
RGB
CMYK
RGB Variations
Color information
#B98F70 (or 0xB98F70) is known color: Pale Taupe. HEX triplet: B9, 8F and 70. RGB value is (185,143,112). Sum of RGB (Red+Green+Blue) = 185+143+112=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F70 is #46708F. Grayscale: #989898. Windows color (decimal): -4616336 or 7376825. OLE color: 7376825.
HSL color Cylindrical-coordinate representation of color #B98F70: hue angle of 25.48º 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 #B98F70 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 112 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.27 |
| HSL | 25.48º | 0.34% | 0.58% | - |
| HSV(B) | 25.48º | 0.39% | 0.73% | - |
| XYZ | 32.75 | 31.13 | 19.61 | - |
| YUV | 152.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 112 | 0 | 0.23 | 0.39 | 0.27 | 25.48 | 0.34 | 0.58 |
| Hex | B9 | 8F | 70 | 0 | 17 | 27 | 1B | 19 | 22 | 3A |
| Octal | 271 | 217 | 160 | 0 | 27 | 47 | 33 | 31 | 42 | 72 |
| Binary | 10111001 | 10001111 | 1110000 | 0 | 10111 | 100111 | 11011 | 11001 | 100010 | 111010 |
Color Harmonies of #B98F70
Complementary color
Monochromatic Colors of #B98F70
Black with #B98F70
Text Example
Text Example
White with #B98F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F70; }
p { color: rgb(185,143,112); }
H1.HeaderClassName
{
color: #B98F70;
}
.AnyTagClassName
{
color: #B98F70;
}
</style>
background-color css
<style>
a { background-color: #B98F70; }
a { background-color: rgb(185,143,112); }
div.DivClassName
{
background-color: #B98F70;
}
.BgClassName
{
background-color: #B98F70;
}
</style>
border-color css
<style>
span { border-color: #B98F70; }
span { border-color: rgb(185,143,112); }
td.TdClassName
{
border-color: #B98F70;
}
.TagClassName
{
border-color: #B98F70;
}
</style>