Shades of Hillary #B5A175
Tints of Hillary #B5A175
RGB
CMYK
RGB Variations
Color information
#B5A175 (or 0xB5A175) is known color: Hillary. HEX triplet: B5, A1 and 75. RGB value is (181,161,117). Sum of RGB (Red+Green+Blue) = 181+161+117=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A175 is #4A5E8A. Grayscale: #A2A2A2. Windows color (decimal): -4873867 or 7709109. OLE color: 7709109.
HSL color Cylindrical-coordinate representation of color #B5A175: hue angle of 41.25º 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 #B5A175 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 117 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.29 |
| HSL | 41.25º | 0.3% | 0.58% | - |
| HSV(B) | 41.25º | 0.35% | 0.71% | - |
| XYZ | 35.01 | 36.6 | 22.05 | - |
| YUV | 161.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 117 | 0 | 0.11 | 0.35 | 0.29 | 41.25 | 0.3 | 0.58 |
| Hex | B5 | A1 | 75 | 0 | B | 23 | 1D | 29 | 1E | 3A |
| Octal | 265 | 241 | 165 | 0 | 13 | 43 | 35 | 51 | 36 | 72 |
| Binary | 10110101 | 10100001 | 1110101 | 0 | 1011 | 100011 | 11101 | 101001 | 11110 | 111010 |
Color Harmonies of #B5A175
Complementary color
Monochromatic Colors of #B5A175
Black with #B5A175
Text Example
Text Example
White with #B5A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A175; }
p { color: rgb(181,161,117); }
H1.HeaderClassName
{
color: #B5A175;
}
.AnyTagClassName
{
color: #B5A175;
}
</style>
background-color css
<style>
a { background-color: #B5A175; }
a { background-color: rgb(181,161,117); }
div.DivClassName
{
background-color: #B5A175;
}
.BgClassName
{
background-color: #B5A175;
}
</style>
border-color css
<style>
span { border-color: #B5A175; }
span { border-color: rgb(181,161,117); }
td.TdClassName
{
border-color: #B5A175;
}
.TagClassName
{
border-color: #B5A175;
}
</style>