Shades of Pale Taupe #B99278
Tints of Pale Taupe #B99278
RGB
CMYK
RGB Variations
Color information
#B99278 (or 0xB99278) is known color: Pale Taupe. HEX triplet: B9, 92 and 78. RGB value is (185,146,120). Sum of RGB (Red+Green+Blue) = 185+146+120=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B99278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99278 is #466D87. Grayscale: #9A9A9A. Windows color (decimal): -4615560 or 7901881. OLE color: 7901881.
HSL color Cylindrical-coordinate representation of color #B99278: hue angle of 24º 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 #B99278 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 120 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.27 |
| HSL | 24º | 0.32% | 0.6% | - |
| HSV(B) | 24º | 0.35% | 0.73% | - |
| XYZ | 33.68 | 32.23 | 22.22 | - |
| YUV | 154.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 120 | 0 | 0.21 | 0.35 | 0.27 | 24 | 0.32 | 0.6 |
| Hex | B9 | 92 | 78 | 0 | 15 | 23 | 1B | 18 | 20 | 3C |
| Octal | 271 | 222 | 170 | 0 | 25 | 43 | 33 | 30 | 40 | 74 |
| Binary | 10111001 | 10010010 | 1111000 | 0 | 10101 | 100011 | 11011 | 11000 | 100000 | 111100 |
Color Harmonies of #B99278
Complementary color
Monochromatic Colors of #B99278
Black with #B99278
Text Example
Text Example
White with #B99278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99278; }
p { color: rgb(185,146,120); }
H1.HeaderClassName
{
color: #B99278;
}
.AnyTagClassName
{
color: #B99278;
}
</style>
background-color css
<style>
a { background-color: #B99278; }
a { background-color: rgb(185,146,120); }
div.DivClassName
{
background-color: #B99278;
}
.BgClassName
{
background-color: #B99278;
}
</style>
border-color css
<style>
span { border-color: #B99278; }
span { border-color: rgb(185,146,120); }
td.TdClassName
{
border-color: #B99278;
}
.TagClassName
{
border-color: #B99278;
}
</style>