Shades of Hillary #B0A274
Tints of Hillary #B0A274
RGB
CMYK
RGB Variations
Color information
#B0A274 (or 0xB0A274) is known color: Hillary. HEX triplet: B0, A2 and 74. RGB value is (176,162,116). Sum of RGB (Red+Green+Blue) = 176+162+116=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A274 is #4F5D8B. Grayscale: #A1A1A1. Windows color (decimal): -5201292 or 7643824. OLE color: 7643824.
HSL color Cylindrical-coordinate representation of color #B0A274: hue angle of 46º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A274 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 116 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.31 |
| HSL | 46º | 0.28% | 0.57% | - |
| HSV(B) | 46º | 0.34% | 0.69% | - |
| XYZ | 33.98 | 36.33 | 21.74 | - |
| YUV | 160.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 116 | 0 | 0.08 | 0.34 | 0.31 | 46 | 0.28 | 0.57 |
| Hex | B0 | A2 | 74 | 0 | 8 | 22 | 1F | 2E | 1C | 39 |
| Octal | 260 | 242 | 164 | 0 | 10 | 42 | 37 | 56 | 34 | 71 |
| Binary | 10110000 | 10100010 | 1110100 | 0 | 1000 | 100010 | 11111 | 101110 | 11100 | 111001 |
Color Harmonies of #B0A274
Complementary color
Monochromatic Colors of #B0A274
Black with #B0A274
Text Example
Text Example
White with #B0A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A274; }
p { color: rgb(176,162,116); }
H1.HeaderClassName
{
color: #B0A274;
}
.AnyTagClassName
{
color: #B0A274;
}
</style>
background-color css
<style>
a { background-color: #B0A274; }
a { background-color: rgb(176,162,116); }
div.DivClassName
{
background-color: #B0A274;
}
.BgClassName
{
background-color: #B0A274;
}
</style>
border-color css
<style>
span { border-color: #B0A274; }
span { border-color: rgb(176,162,116); }
td.TdClassName
{
border-color: #B0A274;
}
.TagClassName
{
border-color: #B0A274;
}
</style>