Shades of Hillary #B1A076
Tints of Hillary #B1A076
RGB
CMYK
RGB Variations
Color information
#B1A076 (or 0xB1A076) is known color: Hillary. HEX triplet: B1, A0 and 76. RGB value is (177,160,118). Sum of RGB (Red+Green+Blue) = 177+160+118=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A076 is #4E5F89. Grayscale: #A0A0A0. Windows color (decimal): -5136266 or 7774385. OLE color: 7774385.
HSL color Cylindrical-coordinate representation of color #B1A076: hue angle of 42.71º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1A076 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 118 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.31 |
| HSL | 42.71º | 0.27% | 0.58% | - |
| HSV(B) | 42.71º | 0.33% | 0.69% | - |
| XYZ | 33.97 | 35.8 | 22.26 | - |
| YUV | 160.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 118 | 0 | 0.10 | 0.33 | 0.31 | 42.71 | 0.27 | 0.58 |
| Hex | B1 | A0 | 76 | 0 | A | 21 | 1F | 2B | 1B | 3A |
| Octal | 261 | 240 | 166 | 0 | 12 | 41 | 37 | 53 | 33 | 72 |
| Binary | 10110001 | 10100000 | 1110110 | 0 | 1010 | 100001 | 11111 | 101011 | 11011 | 111010 |
Color Harmonies of #B1A076
Complementary color
Monochromatic Colors of #B1A076
Black with #B1A076
Text Example
Text Example
White with #B1A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A076; }
p { color: rgb(177,160,118); }
H1.HeaderClassName
{
color: #B1A076;
}
.AnyTagClassName
{
color: #B1A076;
}
</style>
background-color css
<style>
a { background-color: #B1A076; }
a { background-color: rgb(177,160,118); }
div.DivClassName
{
background-color: #B1A076;
}
.BgClassName
{
background-color: #B1A076;
}
</style>
border-color css
<style>
span { border-color: #B1A076; }
span { border-color: rgb(177,160,118); }
td.TdClassName
{
border-color: #B1A076;
}
.TagClassName
{
border-color: #B1A076;
}
</style>