Shades of Hillary #B0A078
Tints of Hillary #B0A078
RGB
CMYK
RGB Variations
Color information
#B0A078 (or 0xB0A078) is known color: Hillary. HEX triplet: B0, A0 and 78. RGB value is (176,160,120). Sum of RGB (Red+Green+Blue) = 176+160+120=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A078 is #4F5F87. Grayscale: #A0A0A0. Windows color (decimal): -5201800 or 7905456. OLE color: 7905456.
HSL color Cylindrical-coordinate representation of color #B0A078: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0A078 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 120 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.31 |
| HSL | 42.86º | 0.26% | 0.58% | - |
| HSV(B) | 42.86º | 0.32% | 0.69% | - |
| XYZ | 33.87 | 35.73 | 22.88 | - |
| YUV | 160.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 120 | 0 | 0.09 | 0.32 | 0.31 | 42.86 | 0.26 | 0.58 |
| Hex | B0 | A0 | 78 | 0 | 9 | 20 | 1F | 2B | 1A | 3A |
| Octal | 260 | 240 | 170 | 0 | 11 | 40 | 37 | 53 | 32 | 72 |
| Binary | 10110000 | 10100000 | 1111000 | 0 | 1001 | 100000 | 11111 | 101011 | 11010 | 111010 |
Color Harmonies of #B0A078
Complementary color
Monochromatic Colors of #B0A078
Black with #B0A078
Text Example
Text Example
White with #B0A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A078; }
p { color: rgb(176,160,120); }
H1.HeaderClassName
{
color: #B0A078;
}
.AnyTagClassName
{
color: #B0A078;
}
</style>
background-color css
<style>
a { background-color: #B0A078; }
a { background-color: rgb(176,160,120); }
div.DivClassName
{
background-color: #B0A078;
}
.BgClassName
{
background-color: #B0A078;
}
</style>
border-color css
<style>
span { border-color: #B0A078; }
span { border-color: rgb(176,160,120); }
td.TdClassName
{
border-color: #B0A078;
}
.TagClassName
{
border-color: #B0A078;
}
</style>