Shades of Hillary #B0A675
Tints of Hillary #B0A675
RGB
CMYK
RGB Variations
Color information
#B0A675 (or 0xB0A675) is known color: Hillary. HEX triplet: B0, A6 and 75. RGB value is (176,166,117). Sum of RGB (Red+Green+Blue) = 176+166+117=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A675 is #4F598A. Grayscale: #A3A3A3. Windows color (decimal): -5200267 or 7710384. OLE color: 7710384.
HSL color Cylindrical-coordinate representation of color #B0A675: hue angle of 49.83º degrees, saturation: 0.27, 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 #B0A675 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 117 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.31 |
| HSL | 49.83º | 0.27% | 0.57% | - |
| HSV(B) | 49.83º | 0.34% | 0.69% | - |
| XYZ | 34.75 | 37.79 | 22.29 | - |
| YUV | 163.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 117 | 0 | 0.06 | 0.34 | 0.31 | 49.83 | 0.27 | 0.57 |
| Hex | B0 | A6 | 75 | 0 | 6 | 22 | 1F | 32 | 1B | 39 |
| Octal | 260 | 246 | 165 | 0 | 6 | 42 | 37 | 62 | 33 | 71 |
| Binary | 10110000 | 10100110 | 1110101 | 0 | 110 | 100010 | 11111 | 110010 | 11011 | 111001 |
Color Harmonies of #B0A675
Complementary color
Monochromatic Colors of #B0A675
Black with #B0A675
Text Example
Text Example
White with #B0A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A675; }
p { color: rgb(176,166,117); }
H1.HeaderClassName
{
color: #B0A675;
}
.AnyTagClassName
{
color: #B0A675;
}
</style>
background-color css
<style>
a { background-color: #B0A675; }
a { background-color: rgb(176,166,117); }
div.DivClassName
{
background-color: #B0A675;
}
.BgClassName
{
background-color: #B0A675;
}
</style>
border-color css
<style>
span { border-color: #B0A675; }
span { border-color: rgb(176,166,117); }
td.TdClassName
{
border-color: #B0A675;
}
.TagClassName
{
border-color: #B0A675;
}
</style>