Shades of Hillary #B0A872
Tints of Hillary #B0A872
RGB
CMYK
RGB Variations
Color information
#B0A872 (or 0xB0A872) is known color: Hillary. HEX triplet: B0, A8 and 72. RGB value is (176,168,114). Sum of RGB (Red+Green+Blue) = 176+168+114=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A872 is #4F578D. Grayscale: #A4A4A4. Windows color (decimal): -5199758 or 7514288. OLE color: 7514288.
HSL color Cylindrical-coordinate representation of color #B0A872: hue angle of 52.26º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0A872 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 114 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.31 |
| HSL | 52.26º | 0.28% | 0.57% | - |
| HSV(B) | 52.26º | 0.35% | 0.69% | - |
| XYZ | 34.94 | 38.45 | 21.5 | - |
| YUV | 164.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 114 | 0 | 0.05 | 0.35 | 0.31 | 52.26 | 0.28 | 0.57 |
| Hex | B0 | A8 | 72 | 0 | 5 | 23 | 1F | 34 | 1C | 39 |
| Octal | 260 | 250 | 162 | 0 | 5 | 43 | 37 | 64 | 34 | 71 |
| Binary | 10110000 | 10101000 | 1110010 | 0 | 101 | 100011 | 11111 | 110100 | 11100 | 111001 |
Color Harmonies of #B0A872
Complementary color
Monochromatic Colors of #B0A872
Black with #B0A872
Text Example
Text Example
White with #B0A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A872; }
p { color: rgb(176,168,114); }
H1.HeaderClassName
{
color: #B0A872;
}
.AnyTagClassName
{
color: #B0A872;
}
</style>
background-color css
<style>
a { background-color: #B0A872; }
a { background-color: rgb(176,168,114); }
div.DivClassName
{
background-color: #B0A872;
}
.BgClassName
{
background-color: #B0A872;
}
</style>
border-color css
<style>
span { border-color: #B0A872; }
span { border-color: rgb(176,168,114); }
td.TdClassName
{
border-color: #B0A872;
}
.TagClassName
{
border-color: #B0A872;
}
</style>