Shades of Hillary #B4A076
Tints of Hillary #B4A076
RGB
CMYK
RGB Variations
Color information
#B4A076 (or 0xB4A076) is known color: Hillary. HEX triplet: B4, A0 and 76. RGB value is (180,160,118). Sum of RGB (Red+Green+Blue) = 180+160+118=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A076 is #4B5F89. Grayscale: #A1A1A1. Windows color (decimal): -4939658 or 7774388. OLE color: 7774388.
HSL color Cylindrical-coordinate representation of color #B4A076: hue angle of 40.65º 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 #B4A076 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 118 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.29 |
| HSL | 40.65º | 0.29% | 0.58% | - |
| HSV(B) | 40.65º | 0.34% | 0.71% | - |
| XYZ | 34.66 | 36.15 | 22.29 | - |
| YUV | 161.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 118 | 0 | 0.11 | 0.34 | 0.29 | 40.65 | 0.29 | 0.58 |
| Hex | B4 | A0 | 76 | 0 | B | 22 | 1D | 29 | 1D | 3A |
| Octal | 264 | 240 | 166 | 0 | 13 | 42 | 35 | 51 | 35 | 72 |
| Binary | 10110100 | 10100000 | 1110110 | 0 | 1011 | 100010 | 11101 | 101001 | 11101 | 111010 |
Color Harmonies of #B4A076
Complementary color
Monochromatic Colors of #B4A076
Black with #B4A076
Text Example
Text Example
White with #B4A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A076; }
p { color: rgb(180,160,118); }
H1.HeaderClassName
{
color: #B4A076;
}
.AnyTagClassName
{
color: #B4A076;
}
</style>
background-color css
<style>
a { background-color: #B4A076; }
a { background-color: rgb(180,160,118); }
div.DivClassName
{
background-color: #B4A076;
}
.BgClassName
{
background-color: #B4A076;
}
</style>
border-color css
<style>
span { border-color: #B4A076; }
span { border-color: rgb(180,160,118); }
td.TdClassName
{
border-color: #B4A076;
}
.TagClassName
{
border-color: #B4A076;
}
</style>