Shades of Pale Taupe #B99A79
Tints of Pale Taupe #B99A79
RGB
CMYK
RGB Variations
Color information
#B99A79 (or 0xB99A79) is known color: Pale Taupe. HEX triplet: B9, 9A and 79. RGB value is (185,154,121). Sum of RGB (Red+Green+Blue) = 185+154+121=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A79 is #466586. Grayscale: #9F9F9F. Windows color (decimal): -4613511 or 7969465. OLE color: 7969465.
HSL color Cylindrical-coordinate representation of color #B99A79: hue angle of 30.94º degrees, saturation: 0.31, 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 #B99A79 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 121 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.27 |
| HSL | 30.94º | 0.31% | 0.6% | - |
| HSV(B) | 30.94º | 0.35% | 0.73% | - |
| XYZ | 35.01 | 34.81 | 22.96 | - |
| YUV | 159.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 121 | 0 | 0.17 | 0.35 | 0.27 | 30.94 | 0.31 | 0.6 |
| Hex | B9 | 9A | 79 | 0 | 11 | 23 | 1B | 1F | 1F | 3C |
| Octal | 271 | 232 | 171 | 0 | 21 | 43 | 33 | 37 | 37 | 74 |
| Binary | 10111001 | 10011010 | 1111001 | 0 | 10001 | 100011 | 11011 | 11111 | 11111 | 111100 |
Color Harmonies of #B99A79
Complementary color
Monochromatic Colors of #B99A79
Black with #B99A79
Text Example
Text Example
White with #B99A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A79; }
p { color: rgb(185,154,121); }
H1.HeaderClassName
{
color: #B99A79;
}
.AnyTagClassName
{
color: #B99A79;
}
</style>
background-color css
<style>
a { background-color: #B99A79; }
a { background-color: rgb(185,154,121); }
div.DivClassName
{
background-color: #B99A79;
}
.BgClassName
{
background-color: #B99A79;
}
</style>
border-color css
<style>
span { border-color: #B99A79; }
span { border-color: rgb(185,154,121); }
td.TdClassName
{
border-color: #B99A79;
}
.TagClassName
{
border-color: #B99A79;
}
</style>