Shades of Hillary #B2A376
Tints of Hillary #B2A376
RGB
CMYK
RGB Variations
Color information
#B2A376 (or 0xB2A376) is known color: Hillary. HEX triplet: B2, A3 and 76. RGB value is (178,163,118). Sum of RGB (Red+Green+Blue) = 178+163+118=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A376 is #4D5C89. Grayscale: #A2A2A2. Windows color (decimal): -5069962 or 7775154. OLE color: 7775154.
HSL color Cylindrical-coordinate representation of color #B2A376: hue angle of 45º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2A376 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 118 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.30 |
| HSL | 45º | 0.28% | 0.58% | - |
| HSV(B) | 45º | 0.34% | 0.7% | - |
| XYZ | 34.73 | 36.97 | 22.44 | - |
| YUV | 162.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 118 | 0 | 0.08 | 0.34 | 0.30 | 45 | 0.28 | 0.58 |
| Hex | B2 | A3 | 76 | 0 | 8 | 22 | 1E | 2D | 1C | 3A |
| Octal | 262 | 243 | 166 | 0 | 10 | 42 | 36 | 55 | 34 | 72 |
| Binary | 10110010 | 10100011 | 1110110 | 0 | 1000 | 100010 | 11110 | 101101 | 11100 | 111010 |
Color Harmonies of #B2A376
Complementary color
Monochromatic Colors of #B2A376
Black with #B2A376
Text Example
Text Example
White with #B2A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A376; }
p { color: rgb(178,163,118); }
H1.HeaderClassName
{
color: #B2A376;
}
.AnyTagClassName
{
color: #B2A376;
}
</style>
background-color css
<style>
a { background-color: #B2A376; }
a { background-color: rgb(178,163,118); }
div.DivClassName
{
background-color: #B2A376;
}
.BgClassName
{
background-color: #B2A376;
}
</style>
border-color css
<style>
span { border-color: #B2A376; }
span { border-color: rgb(178,163,118); }
td.TdClassName
{
border-color: #B2A376;
}
.TagClassName
{
border-color: #B2A376;
}
</style>