Shades of Gimblet #B5A972
Tints of Gimblet #B5A972
RGB
CMYK
RGB Variations
Color information
#B5A972 (or 0xB5A972) is known color: Gimblet. HEX triplet: B5, A9 and 72. RGB value is (181,169,114). Sum of RGB (Red+Green+Blue) = 181+169+114=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A972 is #4A568D. Grayscale: #A6A6A6. Windows color (decimal): -4871822 or 7514549. OLE color: 7514549.
HSL color Cylindrical-coordinate representation of color #B5A972: hue angle of 49.25º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5A972 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 114 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.29 |
| HSL | 49.25º | 0.31% | 0.58% | - |
| HSV(B) | 49.25º | 0.37% | 0.71% | - |
| XYZ | 36.28 | 39.41 | 21.62 | - |
| YUV | 166.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 114 | 0 | 0.07 | 0.37 | 0.29 | 49.25 | 0.31 | 0.58 |
| Hex | B5 | A9 | 72 | 0 | 7 | 25 | 1D | 31 | 1F | 3A |
| Octal | 265 | 251 | 162 | 0 | 7 | 45 | 35 | 61 | 37 | 72 |
| Binary | 10110101 | 10101001 | 1110010 | 0 | 111 | 100101 | 11101 | 110001 | 11111 | 111010 |
Color Harmonies of #B5A972
Complementary color
Monochromatic Colors of #B5A972
Black with #B5A972
Text Example
Text Example
White with #B5A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A972; }
p { color: rgb(181,169,114); }
H1.HeaderClassName
{
color: #B5A972;
}
.AnyTagClassName
{
color: #B5A972;
}
</style>
background-color css
<style>
a { background-color: #B5A972; }
a { background-color: rgb(181,169,114); }
div.DivClassName
{
background-color: #B5A972;
}
.BgClassName
{
background-color: #B5A972;
}
</style>
border-color css
<style>
span { border-color: #B5A972; }
span { border-color: rgb(181,169,114); }
td.TdClassName
{
border-color: #B5A972;
}
.TagClassName
{
border-color: #B5A972;
}
</style>