Shades of Hillary #B0A572
Tints of Hillary #B0A572
RGB
CMYK
RGB Variations
Color information
#B0A572 (or 0xB0A572) is known color: Hillary. HEX triplet: B0, A5 and 72. RGB value is (176,165,114). Sum of RGB (Red+Green+Blue) = 176+165+114=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A572 is #4F5A8D. Grayscale: #A2A2A2. Windows color (decimal): -5200526 or 7513520. OLE color: 7513520.
HSL color Cylindrical-coordinate representation of color #B0A572: hue angle of 49.35º 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 #B0A572 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 114 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.31 |
| HSL | 49.35º | 0.28% | 0.57% | - |
| HSV(B) | 49.35º | 0.35% | 0.69% | - |
| XYZ | 34.4 | 37.36 | 21.32 | - |
| YUV | 162.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 114 | 0 | 0.06 | 0.35 | 0.31 | 49.35 | 0.28 | 0.57 |
| Hex | B0 | A5 | 72 | 0 | 6 | 23 | 1F | 31 | 1C | 39 |
| Octal | 260 | 245 | 162 | 0 | 6 | 43 | 37 | 61 | 34 | 71 |
| Binary | 10110000 | 10100101 | 1110010 | 0 | 110 | 100011 | 11111 | 110001 | 11100 | 111001 |
Color Harmonies of #B0A572
Complementary color
Monochromatic Colors of #B0A572
Black with #B0A572
Text Example
Text Example
White with #B0A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A572; }
p { color: rgb(176,165,114); }
H1.HeaderClassName
{
color: #B0A572;
}
.AnyTagClassName
{
color: #B0A572;
}
</style>
background-color css
<style>
a { background-color: #B0A572; }
a { background-color: rgb(176,165,114); }
div.DivClassName
{
background-color: #B0A572;
}
.BgClassName
{
background-color: #B0A572;
}
</style>
border-color css
<style>
span { border-color: #B0A572; }
span { border-color: rgb(176,165,114); }
td.TdClassName
{
border-color: #B0A572;
}
.TagClassName
{
border-color: #B0A572;
}
</style>