Shades of Pale Taupe #B98E78
Tints of Pale Taupe #B98E78
RGB
CMYK
RGB Variations
Color information
#B98E78 (or 0xB98E78) is known color: Pale Taupe. HEX triplet: B9, 8E and 78. RGB value is (185,142,120). Sum of RGB (Red+Green+Blue) = 185+142+120=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E78 is #467187. Grayscale: #989898. Windows color (decimal): -4616584 or 7900857. OLE color: 7900857.
HSL color Cylindrical-coordinate representation of color #B98E78: hue angle of 20.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98E78 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 120 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.27 |
| HSL | 20.31º | 0.32% | 0.6% | - |
| HSV(B) | 20.31º | 0.35% | 0.73% | - |
| XYZ | 33.07 | 31.02 | 22.01 | - |
| YUV | 152.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 120 | 0 | 0.23 | 0.35 | 0.27 | 20.31 | 0.32 | 0.6 |
| Hex | B9 | 8E | 78 | 0 | 17 | 23 | 1B | 14 | 20 | 3C |
| Octal | 271 | 216 | 170 | 0 | 27 | 43 | 33 | 24 | 40 | 74 |
| Binary | 10111001 | 10001110 | 1111000 | 0 | 10111 | 100011 | 11011 | 10100 | 100000 | 111100 |
Color Harmonies of #B98E78
Complementary color
Monochromatic Colors of #B98E78
Black with #B98E78
Text Example
Text Example
White with #B98E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E78; }
p { color: rgb(185,142,120); }
H1.HeaderClassName
{
color: #B98E78;
}
.AnyTagClassName
{
color: #B98E78;
}
</style>
background-color css
<style>
a { background-color: #B98E78; }
a { background-color: rgb(185,142,120); }
div.DivClassName
{
background-color: #B98E78;
}
.BgClassName
{
background-color: #B98E78;
}
</style>
border-color css
<style>
span { border-color: #B98E78; }
span { border-color: rgb(185,142,120); }
td.TdClassName
{
border-color: #B98E78;
}
.TagClassName
{
border-color: #B98E78;
}
</style>