Shades of Hillary #B5A875
Tints of Hillary #B5A875
RGB
CMYK
RGB Variations
Color information
#B5A875 (or 0xB5A875) is known color: Hillary. HEX triplet: B5, A8 and 75. RGB value is (181,168,117). Sum of RGB (Red+Green+Blue) = 181+168+117=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A875 is #4A578A. Grayscale: #A6A6A6. Windows color (decimal): -4872075 or 7710901. OLE color: 7710901.
HSL color Cylindrical-coordinate representation of color #B5A875: hue angle of 47.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5A875 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 117 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.29 |
| HSL | 47.81º | 0.3% | 0.58% | - |
| HSV(B) | 47.81º | 0.35% | 0.71% | - |
| XYZ | 36.27 | 39.11 | 22.47 | - |
| YUV | 166.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 117 | 0 | 0.07 | 0.35 | 0.29 | 47.81 | 0.3 | 0.58 |
| Hex | B5 | A8 | 75 | 0 | 7 | 23 | 1D | 30 | 1E | 3A |
| Octal | 265 | 250 | 165 | 0 | 7 | 43 | 35 | 60 | 36 | 72 |
| Binary | 10110101 | 10101000 | 1110101 | 0 | 111 | 100011 | 11101 | 110000 | 11110 | 111010 |
Color Harmonies of #B5A875
Complementary color
Monochromatic Colors of #B5A875
Black with #B5A875
Text Example
Text Example
White with #B5A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A875; }
p { color: rgb(181,168,117); }
H1.HeaderClassName
{
color: #B5A875;
}
.AnyTagClassName
{
color: #B5A875;
}
</style>
background-color css
<style>
a { background-color: #B5A875; }
a { background-color: rgb(181,168,117); }
div.DivClassName
{
background-color: #B5A875;
}
.BgClassName
{
background-color: #B5A875;
}
</style>
border-color css
<style>
span { border-color: #B5A875; }
span { border-color: rgb(181,168,117); }
td.TdClassName
{
border-color: #B5A875;
}
.TagClassName
{
border-color: #B5A875;
}
</style>