Shades of Pale Taupe #B99A78
Tints of Pale Taupe #B99A78
RGB
CMYK
RGB Variations
Color information
#B99A78 (or 0xB99A78) is known color: Pale Taupe. HEX triplet: B9, 9A and 78. RGB value is (185,154,120). Sum of RGB (Red+Green+Blue) = 185+154+120=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A78 is #466587. Grayscale: #9F9F9F. Windows color (decimal): -4613512 or 7903929. OLE color: 7903929.
HSL color Cylindrical-coordinate representation of color #B99A78: hue angle of 31.38º 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 #B99A78 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 120 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.27 |
| HSL | 31.38º | 0.32% | 0.6% | - |
| HSV(B) | 31.38º | 0.35% | 0.73% | - |
| XYZ | 34.95 | 34.78 | 22.64 | - |
| YUV | 159.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 120 | 0 | 0.17 | 0.35 | 0.27 | 31.38 | 0.32 | 0.6 |
| Hex | B9 | 9A | 78 | 0 | 11 | 23 | 1B | 1F | 20 | 3C |
| Octal | 271 | 232 | 170 | 0 | 21 | 43 | 33 | 37 | 40 | 74 |
| Binary | 10111001 | 10011010 | 1111000 | 0 | 10001 | 100011 | 11011 | 11111 | 100000 | 111100 |
Color Harmonies of #B99A78
Complementary color
Monochromatic Colors of #B99A78
Black with #B99A78
Text Example
Text Example
White with #B99A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A78; }
p { color: rgb(185,154,120); }
H1.HeaderClassName
{
color: #B99A78;
}
.AnyTagClassName
{
color: #B99A78;
}
</style>
background-color css
<style>
a { background-color: #B99A78; }
a { background-color: rgb(185,154,120); }
div.DivClassName
{
background-color: #B99A78;
}
.BgClassName
{
background-color: #B99A78;
}
</style>
border-color css
<style>
span { border-color: #B99A78; }
span { border-color: rgb(185,154,120); }
td.TdClassName
{
border-color: #B99A78;
}
.TagClassName
{
border-color: #B99A78;
}
</style>