Shades of Hillary #B1A775
Tints of Hillary #B1A775
RGB
CMYK
RGB Variations
Color information
#B1A775 (or 0xB1A775) is known color: Hillary. HEX triplet: B1, A7 and 75. RGB value is (177,167,117). Sum of RGB (Red+Green+Blue) = 177+167+117=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A775 is #4E588A. Grayscale: #A4A4A4. Windows color (decimal): -5134475 or 7710641. OLE color: 7710641.
HSL color Cylindrical-coordinate representation of color #B1A775: hue angle of 50º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A775 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 117 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.31 |
| HSL | 50º | 0.28% | 0.58% | - |
| HSV(B) | 50º | 0.34% | 0.69% | - |
| XYZ | 35.16 | 38.27 | 22.36 | - |
| YUV | 164.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 117 | 0 | 0.06 | 0.34 | 0.31 | 50 | 0.28 | 0.58 |
| Hex | B1 | A7 | 75 | 0 | 6 | 22 | 1F | 32 | 1C | 3A |
| Octal | 261 | 247 | 165 | 0 | 6 | 42 | 37 | 62 | 34 | 72 |
| Binary | 10110001 | 10100111 | 1110101 | 0 | 110 | 100010 | 11111 | 110010 | 11100 | 111010 |
Color Harmonies of #B1A775
Complementary color
Monochromatic Colors of #B1A775
Black with #B1A775
Text Example
Text Example
White with #B1A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A775; }
p { color: rgb(177,167,117); }
H1.HeaderClassName
{
color: #B1A775;
}
.AnyTagClassName
{
color: #B1A775;
}
</style>
background-color css
<style>
a { background-color: #B1A775; }
a { background-color: rgb(177,167,117); }
div.DivClassName
{
background-color: #B1A775;
}
.BgClassName
{
background-color: #B1A775;
}
</style>
border-color css
<style>
span { border-color: #B1A775; }
span { border-color: rgb(177,167,117); }
td.TdClassName
{
border-color: #B1A775;
}
.TagClassName
{
border-color: #B1A775;
}
</style>