Shades of Hillary #B0A272
Tints of Hillary #B0A272
RGB
CMYK
RGB Variations
Color information
#B0A272 (or 0xB0A272) is known color: Hillary. HEX triplet: B0, A2 and 72. RGB value is (176,162,114). Sum of RGB (Red+Green+Blue) = 176+162+114=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A272 is #4F5D8D. Grayscale: #A0A0A0. Windows color (decimal): -5201294 or 7512752. OLE color: 7512752.
HSL color Cylindrical-coordinate representation of color #B0A272: hue angle of 46.45º 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 #B0A272 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 114 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.31 |
| HSL | 46.45º | 0.28% | 0.57% | - |
| HSV(B) | 46.45º | 0.35% | 0.69% | - |
| XYZ | 33.86 | 36.29 | 21.14 | - |
| YUV | 160.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 114 | 0 | 0.08 | 0.35 | 0.31 | 46.45 | 0.28 | 0.57 |
| Hex | B0 | A2 | 72 | 0 | 8 | 23 | 1F | 2E | 1C | 39 |
| Octal | 260 | 242 | 162 | 0 | 10 | 43 | 37 | 56 | 34 | 71 |
| Binary | 10110000 | 10100010 | 1110010 | 0 | 1000 | 100011 | 11111 | 101110 | 11100 | 111001 |
Color Harmonies of #B0A272
Complementary color
Monochromatic Colors of #B0A272
Black with #B0A272
Text Example
Text Example
White with #B0A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A272; }
p { color: rgb(176,162,114); }
H1.HeaderClassName
{
color: #B0A272;
}
.AnyTagClassName
{
color: #B0A272;
}
</style>
background-color css
<style>
a { background-color: #B0A272; }
a { background-color: rgb(176,162,114); }
div.DivClassName
{
background-color: #B0A272;
}
.BgClassName
{
background-color: #B0A272;
}
</style>
border-color css
<style>
span { border-color: #B0A272; }
span { border-color: rgb(176,162,114); }
td.TdClassName
{
border-color: #B0A272;
}
.TagClassName
{
border-color: #B0A272;
}
</style>