Shades of Hillary #B1A273
Tints of Hillary #B1A273
RGB
CMYK
RGB Variations
Color information
#B1A273 (or 0xB1A273) is known color: Hillary. HEX triplet: B1, A2 and 73. RGB value is (177,162,115). Sum of RGB (Red+Green+Blue) = 177+162+115=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A273 is #4E5D8C. Grayscale: #A1A1A1. Windows color (decimal): -5135757 or 7578289. OLE color: 7578289.
HSL color Cylindrical-coordinate representation of color #B1A273: hue angle of 45.48º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1A273 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 115 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.31 |
| HSL | 45.48º | 0.28% | 0.57% | - |
| HSV(B) | 45.48º | 0.35% | 0.69% | - |
| XYZ | 34.15 | 36.43 | 21.45 | - |
| YUV | 161.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 115 | 0 | 0.08 | 0.35 | 0.31 | 45.48 | 0.28 | 0.57 |
| Hex | B1 | A2 | 73 | 0 | 8 | 23 | 1F | 2D | 1C | 39 |
| Octal | 261 | 242 | 163 | 0 | 10 | 43 | 37 | 55 | 34 | 71 |
| Binary | 10110001 | 10100010 | 1110011 | 0 | 1000 | 100011 | 11111 | 101101 | 11100 | 111001 |
Color Harmonies of #B1A273
Complementary color
Monochromatic Colors of #B1A273
Black with #B1A273
Text Example
Text Example
White with #B1A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A273; }
p { color: rgb(177,162,115); }
H1.HeaderClassName
{
color: #B1A273;
}
.AnyTagClassName
{
color: #B1A273;
}
</style>
background-color css
<style>
a { background-color: #B1A273; }
a { background-color: rgb(177,162,115); }
div.DivClassName
{
background-color: #B1A273;
}
.BgClassName
{
background-color: #B1A273;
}
</style>
border-color css
<style>
span { border-color: #B1A273; }
span { border-color: rgb(177,162,115); }
td.TdClassName
{
border-color: #B1A273;
}
.TagClassName
{
border-color: #B1A273;
}
</style>