Shades of Hillary #B0A273
Tints of Hillary #B0A273
RGB
CMYK
RGB Variations
Color information
#B0A273 (or 0xB0A273) is known color: Hillary. HEX triplet: B0, A2 and 73. RGB value is (176,162,115). Sum of RGB (Red+Green+Blue) = 176+162+115=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A273 is #4F5D8C. Grayscale: #A1A1A1. Windows color (decimal): -5201293 or 7578288. OLE color: 7578288.
HSL color Cylindrical-coordinate representation of color #B0A273: hue angle of 46.23º 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 #B0A273 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 115 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.31 |
| HSL | 46.23º | 0.28% | 0.57% | - |
| HSV(B) | 46.23º | 0.35% | 0.69% | - |
| XYZ | 33.92 | 36.31 | 21.44 | - |
| YUV | 160.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 115 | 0 | 0.08 | 0.35 | 0.31 | 46.23 | 0.28 | 0.57 |
| Hex | B0 | A2 | 73 | 0 | 8 | 23 | 1F | 2E | 1C | 39 |
| Octal | 260 | 242 | 163 | 0 | 10 | 43 | 37 | 56 | 34 | 71 |
| Binary | 10110000 | 10100010 | 1110011 | 0 | 1000 | 100011 | 11111 | 101110 | 11100 | 111001 |
Color Harmonies of #B0A273
Complementary color
Monochromatic Colors of #B0A273
Black with #B0A273
Text Example
Text Example
White with #B0A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A273; }
p { color: rgb(176,162,115); }
H1.HeaderClassName
{
color: #B0A273;
}
.AnyTagClassName
{
color: #B0A273;
}
</style>
background-color css
<style>
a { background-color: #B0A273; }
a { background-color: rgb(176,162,115); }
div.DivClassName
{
background-color: #B0A273;
}
.BgClassName
{
background-color: #B0A273;
}
</style>
border-color css
<style>
span { border-color: #B0A273; }
span { border-color: rgb(176,162,115); }
td.TdClassName
{
border-color: #B0A273;
}
.TagClassName
{
border-color: #B0A273;
}
</style>