Shades of Gimblet #B5A754
Tints of Gimblet #B5A754
RGB
CMYK
RGB Variations
Color information
#B5A754 (or 0xB5A754) is known color: Gimblet. HEX triplet: B5, A7 and 54. RGB value is (181,167,84). Sum of RGB (Red+Green+Blue) = 181+167+84=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A754 is #4A58AB. Grayscale: #A2A2A2. Windows color (decimal): -4872364 or 5547957. OLE color: 5547957.
HSL color Cylindrical-coordinate representation of color #B5A754: hue angle of 51.34º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5A754 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 84 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.29 |
| HSL | 51.34º | 0.4% | 0.52% | - |
| HSV(B) | 51.34º | 0.54% | 0.71% | - |
| XYZ | 34.48 | 38.1 | 13.92 | - |
| YUV | 161.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 84 | 0 | 0.08 | 0.54 | 0.29 | 51.34 | 0.4 | 0.52 |
| Hex | B5 | A7 | 54 | 0 | 8 | 36 | 1D | 33 | 28 | 34 |
| Octal | 265 | 247 | 124 | 0 | 10 | 66 | 35 | 63 | 50 | 64 |
| Binary | 10110101 | 10100111 | 1010100 | 0 | 1000 | 110110 | 11101 | 110011 | 101000 | 110100 |
Color Harmonies of #B5A754
Complementary color
Monochromatic Colors of #B5A754
Black with #B5A754
Text Example
Text Example
White with #B5A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A754; }
p { color: rgb(181,167,84); }
H1.HeaderClassName
{
color: #B5A754;
}
.AnyTagClassName
{
color: #B5A754;
}
</style>
background-color css
<style>
a { background-color: #B5A754; }
a { background-color: rgb(181,167,84); }
div.DivClassName
{
background-color: #B5A754;
}
.BgClassName
{
background-color: #B5A754;
}
</style>
border-color css
<style>
span { border-color: #B5A754; }
span { border-color: rgb(181,167,84); }
td.TdClassName
{
border-color: #B5A754;
}
.TagClassName
{
border-color: #B5A754;
}
</style>