Shades of Hillary #B4A276
Tints of Hillary #B4A276
RGB
CMYK
RGB Variations
Color information
#B4A276 (or 0xB4A276) is known color: Hillary. HEX triplet: B4, A2 and 76. RGB value is (180,162,118). Sum of RGB (Red+Green+Blue) = 180+162+118=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A276 is #4B5D89. Grayscale: #A2A2A2. Windows color (decimal): -4939146 or 7774900. OLE color: 7774900.
HSL color Cylindrical-coordinate representation of color #B4A276: hue angle of 42.58º 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 #B4A276 is Cyan = 0, Magento = 0.1, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 118 | - |
| CMYK | 0 | 0.1 | 0.34 | 0.29 |
| HSL | 42.58º | 0.29% | 0.58% | - |
| HSV(B) | 42.58º | 0.34% | 0.71% | - |
| XYZ | 35.01 | 36.85 | 22.41 | - |
| YUV | 162.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 118 | 0 | 0.1 | 0.34 | 0.29 | 42.58 | 0.29 | 0.58 |
| Hex | B4 | A2 | 76 | 0 | A | 22 | 1D | 2B | 1D | 3A |
| Octal | 264 | 242 | 166 | 0 | 12 | 42 | 35 | 53 | 35 | 72 |
| Binary | 10110100 | 10100010 | 1110110 | 0 | 1010 | 100010 | 11101 | 101011 | 11101 | 111010 |
Color Harmonies of #B4A276
Complementary color
Monochromatic Colors of #B4A276
Black with #B4A276
Text Example
Text Example
White with #B4A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A276; }
p { color: rgb(180,162,118); }
H1.HeaderClassName
{
color: #B4A276;
}
.AnyTagClassName
{
color: #B4A276;
}
</style>
background-color css
<style>
a { background-color: #B4A276; }
a { background-color: rgb(180,162,118); }
div.DivClassName
{
background-color: #B4A276;
}
.BgClassName
{
background-color: #B4A276;
}
</style>
border-color css
<style>
span { border-color: #B4A276; }
span { border-color: rgb(180,162,118); }
td.TdClassName
{
border-color: #B4A276;
}
.TagClassName
{
border-color: #B4A276;
}
</style>