Shades of Hillary #B4A577
Tints of Hillary #B4A577
RGB
CMYK
RGB Variations
Color information
#B4A577 (or 0xB4A577) is known color: Hillary. HEX triplet: B4, A5 and 77. RGB value is (180,165,119). Sum of RGB (Red+Green+Blue) = 180+165+119=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A577 is #4B5A88. Grayscale: #A4A4A4. Windows color (decimal): -4938377 or 7841204. OLE color: 7841204.
HSL color Cylindrical-coordinate representation of color #B4A577: hue angle of 45.25º degrees, saturation: 0.29, 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 #B4A577 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 119 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.29 |
| HSL | 45.25º | 0.29% | 0.59% | - |
| HSV(B) | 45.25º | 0.34% | 0.71% | - |
| XYZ | 35.61 | 37.95 | 22.9 | - |
| YUV | 164.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 119 | 0 | 0.08 | 0.34 | 0.29 | 45.25 | 0.29 | 0.59 |
| Hex | B4 | A5 | 77 | 0 | 8 | 22 | 1D | 2D | 1D | 3B |
| Octal | 264 | 245 | 167 | 0 | 10 | 42 | 35 | 55 | 35 | 73 |
| Binary | 10110100 | 10100101 | 1110111 | 0 | 1000 | 100010 | 11101 | 101101 | 11101 | 111011 |
Color Harmonies of #B4A577
Complementary color
Monochromatic Colors of #B4A577
Black with #B4A577
Text Example
Text Example
White with #B4A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A577; }
p { color: rgb(180,165,119); }
H1.HeaderClassName
{
color: #B4A577;
}
.AnyTagClassName
{
color: #B4A577;
}
</style>
background-color css
<style>
a { background-color: #B4A577; }
a { background-color: rgb(180,165,119); }
div.DivClassName
{
background-color: #B4A577;
}
.BgClassName
{
background-color: #B4A577;
}
</style>
border-color css
<style>
span { border-color: #B4A577; }
span { border-color: rgb(180,165,119); }
td.TdClassName
{
border-color: #B4A577;
}
.TagClassName
{
border-color: #B4A577;
}
</style>