Shades of Hillary #B0A271
Tints of Hillary #B0A271
RGB
CMYK
RGB Variations
Color information
#B0A271 (or 0xB0A271) is known color: Hillary. HEX triplet: B0, A2 and 71. RGB value is (176,162,113). Sum of RGB (Red+Green+Blue) = 176+162+113=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A271 is #4F5D8E. Grayscale: #A0A0A0. Windows color (decimal): -5201295 or 7447216. OLE color: 7447216.
HSL color Cylindrical-coordinate representation of color #B0A271: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0A271 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 113 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.31 |
| HSL | 46.67º | 0.29% | 0.57% | - |
| HSV(B) | 46.67º | 0.36% | 0.69% | - |
| XYZ | 33.81 | 36.26 | 20.84 | - |
| YUV | 160.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 113 | 0 | 0.08 | 0.36 | 0.31 | 46.67 | 0.29 | 0.57 |
| Hex | B0 | A2 | 71 | 0 | 8 | 24 | 1F | 2F | 1D | 39 |
| Octal | 260 | 242 | 161 | 0 | 10 | 44 | 37 | 57 | 35 | 71 |
| Binary | 10110000 | 10100010 | 1110001 | 0 | 1000 | 100100 | 11111 | 101111 | 11101 | 111001 |
Color Harmonies of #B0A271
Complementary color
Monochromatic Colors of #B0A271
Black with #B0A271
Text Example
Text Example
White with #B0A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A271; }
p { color: rgb(176,162,113); }
H1.HeaderClassName
{
color: #B0A271;
}
.AnyTagClassName
{
color: #B0A271;
}
</style>
background-color css
<style>
a { background-color: #B0A271; }
a { background-color: rgb(176,162,113); }
div.DivClassName
{
background-color: #B0A271;
}
.BgClassName
{
background-color: #B0A271;
}
</style>
border-color css
<style>
span { border-color: #B0A271; }
span { border-color: rgb(176,162,113); }
td.TdClassName
{
border-color: #B0A271;
}
.TagClassName
{
border-color: #B0A271;
}
</style>