Shades of Hillary #B1A376
Tints of Hillary #B1A376
RGB
CMYK
RGB Variations
Color information
#B1A376 (or 0xB1A376) is known color: Hillary. HEX triplet: B1, A3 and 76. RGB value is (177,163,118). Sum of RGB (Red+Green+Blue) = 177+163+118=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A376 is #4E5C89. Grayscale: #A2A2A2. Windows color (decimal): -5135498 or 7775153. OLE color: 7775153.
HSL color Cylindrical-coordinate representation of color #B1A376: hue angle of 45.76º 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 #B1A376 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 118 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.31 |
| HSL | 45.76º | 0.27% | 0.58% | - |
| HSV(B) | 45.76º | 0.33% | 0.69% | - |
| XYZ | 34.5 | 36.85 | 22.43 | - |
| YUV | 162.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 118 | 0 | 0.08 | 0.33 | 0.31 | 45.76 | 0.27 | 0.58 |
| Hex | B1 | A3 | 76 | 0 | 8 | 21 | 1F | 2E | 1B | 3A |
| Octal | 261 | 243 | 166 | 0 | 10 | 41 | 37 | 56 | 33 | 72 |
| Binary | 10110001 | 10100011 | 1110110 | 0 | 1000 | 100001 | 11111 | 101110 | 11011 | 111010 |
Color Harmonies of #B1A376
Complementary color
Monochromatic Colors of #B1A376
Black with #B1A376
Text Example
Text Example
White with #B1A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A376; }
p { color: rgb(177,163,118); }
H1.HeaderClassName
{
color: #B1A376;
}
.AnyTagClassName
{
color: #B1A376;
}
</style>
background-color css
<style>
a { background-color: #B1A376; }
a { background-color: rgb(177,163,118); }
div.DivClassName
{
background-color: #B1A376;
}
.BgClassName
{
background-color: #B1A376;
}
</style>
border-color css
<style>
span { border-color: #B1A376; }
span { border-color: rgb(177,163,118); }
td.TdClassName
{
border-color: #B1A376;
}
.TagClassName
{
border-color: #B1A376;
}
</style>