Shades of Hillary #B4A876
Tints of Hillary #B4A876
RGB
CMYK
RGB Variations
Color information
#B4A876 (or 0xB4A876) is known color: Hillary. HEX triplet: B4, A8 and 76. RGB value is (180,168,118). Sum of RGB (Red+Green+Blue) = 180+168+118=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A876 is #4B5789. Grayscale: #A6A6A6. Windows color (decimal): -4937610 or 7776436. OLE color: 7776436.
HSL color Cylindrical-coordinate representation of color #B4A876: hue angle of 48.39º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A876 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 118 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.29 |
| HSL | 48.39º | 0.29% | 0.58% | - |
| HSV(B) | 48.39º | 0.34% | 0.71% | - |
| XYZ | 36.1 | 39.02 | 22.77 | - |
| YUV | 165.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 118 | 0 | 0.07 | 0.34 | 0.29 | 48.39 | 0.29 | 0.58 |
| Hex | B4 | A8 | 76 | 0 | 7 | 22 | 1D | 30 | 1D | 3A |
| Octal | 264 | 250 | 166 | 0 | 7 | 42 | 35 | 60 | 35 | 72 |
| Binary | 10110100 | 10101000 | 1110110 | 0 | 111 | 100010 | 11101 | 110000 | 11101 | 111010 |
Color Harmonies of #B4A876
Complementary color
Monochromatic Colors of #B4A876
Black with #B4A876
Text Example
Text Example
White with #B4A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A876; }
p { color: rgb(180,168,118); }
H1.HeaderClassName
{
color: #B4A876;
}
.AnyTagClassName
{
color: #B4A876;
}
</style>
background-color css
<style>
a { background-color: #B4A876; }
a { background-color: rgb(180,168,118); }
div.DivClassName
{
background-color: #B4A876;
}
.BgClassName
{
background-color: #B4A876;
}
</style>
border-color css
<style>
span { border-color: #B4A876; }
span { border-color: rgb(180,168,118); }
td.TdClassName
{
border-color: #B4A876;
}
.TagClassName
{
border-color: #B4A876;
}
</style>