Shades of Hillary #B3A077
Tints of Hillary #B3A077
RGB
CMYK
RGB Variations
Color information
#B3A077 (or 0xB3A077) is known color: Hillary. HEX triplet: B3, A0 and 77. RGB value is (179,160,119). Sum of RGB (Red+Green+Blue) = 179+160+119=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A077 is #4C5F88. Grayscale: #A1A1A1. Windows color (decimal): -5005193 or 7839923. OLE color: 7839923.
HSL color Cylindrical-coordinate representation of color #B3A077: hue angle of 41º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3A077 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 119 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.30 |
| HSL | 41º | 0.28% | 0.58% | - |
| HSV(B) | 41º | 0.34% | 0.7% | - |
| XYZ | 34.49 | 36.06 | 22.59 | - |
| YUV | 161.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 119 | 0 | 0.11 | 0.34 | 0.30 | 41 | 0.28 | 0.58 |
| Hex | B3 | A0 | 77 | 0 | B | 22 | 1E | 29 | 1C | 3A |
| Octal | 263 | 240 | 167 | 0 | 13 | 42 | 36 | 51 | 34 | 72 |
| Binary | 10110011 | 10100000 | 1110111 | 0 | 1011 | 100010 | 11110 | 101001 | 11100 | 111010 |
Color Harmonies of #B3A077
Complementary color
Monochromatic Colors of #B3A077
Black with #B3A077
Text Example
Text Example
White with #B3A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A077; }
p { color: rgb(179,160,119); }
H1.HeaderClassName
{
color: #B3A077;
}
.AnyTagClassName
{
color: #B3A077;
}
</style>
background-color css
<style>
a { background-color: #B3A077; }
a { background-color: rgb(179,160,119); }
div.DivClassName
{
background-color: #B3A077;
}
.BgClassName
{
background-color: #B3A077;
}
</style>
border-color css
<style>
span { border-color: #B3A077; }
span { border-color: rgb(179,160,119); }
td.TdClassName
{
border-color: #B3A077;
}
.TagClassName
{
border-color: #B3A077;
}
</style>