Shades of Hillary #B2A374
Tints of Hillary #B2A374
RGB
CMYK
RGB Variations
Color information
#B2A374 (or 0xB2A374) is known color: Hillary. HEX triplet: B2, A3 and 74. RGB value is (178,163,116). Sum of RGB (Red+Green+Blue) = 178+163+116=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A374 is #4D5C8B. Grayscale: #A2A2A2. Windows color (decimal): -5069964 or 7644082. OLE color: 7644082.
HSL color Cylindrical-coordinate representation of color #B2A374: hue angle of 45.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A374 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 116 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.30 |
| HSL | 45.48º | 0.29% | 0.58% | - |
| HSV(B) | 45.48º | 0.35% | 0.7% | - |
| XYZ | 34.61 | 36.92 | 21.83 | - |
| YUV | 162.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 116 | 0 | 0.08 | 0.35 | 0.30 | 45.48 | 0.29 | 0.58 |
| Hex | B2 | A3 | 74 | 0 | 8 | 23 | 1E | 2D | 1D | 3A |
| Octal | 262 | 243 | 164 | 0 | 10 | 43 | 36 | 55 | 35 | 72 |
| Binary | 10110010 | 10100011 | 1110100 | 0 | 1000 | 100011 | 11110 | 101101 | 11101 | 111010 |
Color Harmonies of #B2A374
Complementary color
Monochromatic Colors of #B2A374
Black with #B2A374
Text Example
Text Example
White with #B2A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A374; }
p { color: rgb(178,163,116); }
H1.HeaderClassName
{
color: #B2A374;
}
.AnyTagClassName
{
color: #B2A374;
}
</style>
background-color css
<style>
a { background-color: #B2A374; }
a { background-color: rgb(178,163,116); }
div.DivClassName
{
background-color: #B2A374;
}
.BgClassName
{
background-color: #B2A374;
}
</style>
border-color css
<style>
span { border-color: #B2A374; }
span { border-color: rgb(178,163,116); }
td.TdClassName
{
border-color: #B2A374;
}
.TagClassName
{
border-color: #B2A374;
}
</style>