Shades of Hillary #B2A57D
Tints of Hillary #B2A57D
RGB
CMYK
RGB Variations
Color information
#B2A57D (or 0xB2A57D) is known color: Hillary. HEX triplet: B2, A5 and 7D. RGB value is (178,165,125). Sum of RGB (Red+Green+Blue) = 178+165+125=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A57D is #4D5A82. Grayscale: #A4A4A4. Windows color (decimal): -5069443 or 8234418. OLE color: 8234418.
HSL color Cylindrical-coordinate representation of color #B2A57D: hue angle of 45.28º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2A57D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 125 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.30 |
| HSL | 45.28º | 0.26% | 0.59% | - |
| HSV(B) | 45.28º | 0.3% | 0.7% | - |
| XYZ | 35.52 | 37.86 | 24.84 | - |
| YUV | 164.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 125 | 0 | 0.07 | 0.30 | 0.30 | 45.28 | 0.26 | 0.59 |
| Hex | B2 | A5 | 7D | 0 | 7 | 1E | 1E | 2D | 1A | 3B |
| Octal | 262 | 245 | 175 | 0 | 7 | 36 | 36 | 55 | 32 | 73 |
| Binary | 10110010 | 10100101 | 1111101 | 0 | 111 | 11110 | 11110 | 101101 | 11010 | 111011 |
Color Harmonies of #B2A57D
Complementary color
Monochromatic Colors of #B2A57D
Black with #B2A57D
Text Example
Text Example
White with #B2A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A57D; }
p { color: rgb(178,165,125); }
H1.HeaderClassName
{
color: #B2A57D;
}
.AnyTagClassName
{
color: #B2A57D;
}
</style>
background-color css
<style>
a { background-color: #B2A57D; }
a { background-color: rgb(178,165,125); }
div.DivClassName
{
background-color: #B2A57D;
}
.BgClassName
{
background-color: #B2A57D;
}
</style>
border-color css
<style>
span { border-color: #B2A57D; }
span { border-color: rgb(178,165,125); }
td.TdClassName
{
border-color: #B2A57D;
}
.TagClassName
{
border-color: #B2A57D;
}
</style>