Shades of Pale Taupe #B98D76
Tints of Pale Taupe #B98D76
RGB
CMYK
RGB Variations
Color information
#B98D76 (or 0xB98D76) is known color: Pale Taupe. HEX triplet: B9, 8D and 76. RGB value is (185,141,118). Sum of RGB (Red+Green+Blue) = 185+141+118=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D76 is #467289. Grayscale: #979797. Windows color (decimal): -4616842 or 7769529. OLE color: 7769529.
HSL color Cylindrical-coordinate representation of color #B98D76: hue angle of 20.6º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98D76 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 118 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.27 |
| HSL | 20.6º | 0.32% | 0.59% | - |
| HSV(B) | 20.6º | 0.36% | 0.73% | - |
| XYZ | 32.8 | 30.67 | 21.33 | - |
| YUV | 151.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 118 | 0 | 0.24 | 0.36 | 0.27 | 20.6 | 0.32 | 0.59 |
| Hex | B9 | 8D | 76 | 0 | 18 | 24 | 1B | 15 | 20 | 3B |
| Octal | 271 | 215 | 166 | 0 | 30 | 44 | 33 | 25 | 40 | 73 |
| Binary | 10111001 | 10001101 | 1110110 | 0 | 11000 | 100100 | 11011 | 10101 | 100000 | 111011 |
Color Harmonies of #B98D76
Complementary color
Monochromatic Colors of #B98D76
Black with #B98D76
Text Example
Text Example
White with #B98D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D76; }
p { color: rgb(185,141,118); }
H1.HeaderClassName
{
color: #B98D76;
}
.AnyTagClassName
{
color: #B98D76;
}
</style>
background-color css
<style>
a { background-color: #B98D76; }
a { background-color: rgb(185,141,118); }
div.DivClassName
{
background-color: #B98D76;
}
.BgClassName
{
background-color: #B98D76;
}
</style>
border-color css
<style>
span { border-color: #B98D76; }
span { border-color: rgb(185,141,118); }
td.TdClassName
{
border-color: #B98D76;
}
.TagClassName
{
border-color: #B98D76;
}
</style>