Shades of Hillary #B5A777
Tints of Hillary #B5A777
RGB
CMYK
RGB Variations
Color information
#B5A777 (or 0xB5A777) is known color: Hillary. HEX triplet: B5, A7 and 77. RGB value is (181,167,119). Sum of RGB (Red+Green+Blue) = 181+167+119=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A777 is #4A5888. Grayscale: #A5A5A5. Windows color (decimal): -4872329 or 7841717. OLE color: 7841717.
HSL color Cylindrical-coordinate representation of color #B5A777: hue angle of 46.45º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A777 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 119 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.29 |
| HSL | 46.45º | 0.3% | 0.59% | - |
| HSV(B) | 46.45º | 0.34% | 0.71% | - |
| XYZ | 36.2 | 38.79 | 23.03 | - |
| YUV | 165.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 119 | 0 | 0.08 | 0.34 | 0.29 | 46.45 | 0.3 | 0.59 |
| Hex | B5 | A7 | 77 | 0 | 8 | 22 | 1D | 2E | 1E | 3B |
| Octal | 265 | 247 | 167 | 0 | 10 | 42 | 35 | 56 | 36 | 73 |
| Binary | 10110101 | 10100111 | 1110111 | 0 | 1000 | 100010 | 11101 | 101110 | 11110 | 111011 |
Color Harmonies of #B5A777
Complementary color
Monochromatic Colors of #B5A777
Black with #B5A777
Text Example
Text Example
White with #B5A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A777; }
p { color: rgb(181,167,119); }
H1.HeaderClassName
{
color: #B5A777;
}
.AnyTagClassName
{
color: #B5A777;
}
</style>
background-color css
<style>
a { background-color: #B5A777; }
a { background-color: rgb(181,167,119); }
div.DivClassName
{
background-color: #B5A777;
}
.BgClassName
{
background-color: #B5A777;
}
</style>
border-color css
<style>
span { border-color: #B5A777; }
span { border-color: rgb(181,167,119); }
td.TdClassName
{
border-color: #B5A777;
}
.TagClassName
{
border-color: #B5A777;
}
</style>