Shades of Hillary #B0A373
Tints of Hillary #B0A373
RGB
CMYK
RGB Variations
Color information
#B0A373 (or 0xB0A373) is known color: Hillary. HEX triplet: B0, A3 and 73. RGB value is (176,163,115). Sum of RGB (Red+Green+Blue) = 176+163+115=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A373 is #4F5C8C. Grayscale: #A1A1A1. Windows color (decimal): -5201037 or 7578544. OLE color: 7578544.
HSL color Cylindrical-coordinate representation of color #B0A373: hue angle of 47.21º 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 #B0A373 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 115 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.31 |
| HSL | 47.21º | 0.28% | 0.57% | - |
| HSV(B) | 47.21º | 0.35% | 0.69% | - |
| XYZ | 34.1 | 36.66 | 21.5 | - |
| YUV | 161.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 115 | 0 | 0.07 | 0.35 | 0.31 | 47.21 | 0.28 | 0.57 |
| Hex | B0 | A3 | 73 | 0 | 7 | 23 | 1F | 2F | 1C | 39 |
| Octal | 260 | 243 | 163 | 0 | 7 | 43 | 37 | 57 | 34 | 71 |
| Binary | 10110000 | 10100011 | 1110011 | 0 | 111 | 100011 | 11111 | 101111 | 11100 | 111001 |
Color Harmonies of #B0A373
Complementary color
Monochromatic Colors of #B0A373
Black with #B0A373
Text Example
Text Example
White with #B0A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A373; }
p { color: rgb(176,163,115); }
H1.HeaderClassName
{
color: #B0A373;
}
.AnyTagClassName
{
color: #B0A373;
}
</style>
background-color css
<style>
a { background-color: #B0A373; }
a { background-color: rgb(176,163,115); }
div.DivClassName
{
background-color: #B0A373;
}
.BgClassName
{
background-color: #B0A373;
}
</style>
border-color css
<style>
span { border-color: #B0A373; }
span { border-color: rgb(176,163,115); }
td.TdClassName
{
border-color: #B0A373;
}
.TagClassName
{
border-color: #B0A373;
}
</style>