Shades of Gimblet #B5A872
Tints of Gimblet #B5A872
RGB
CMYK
RGB Variations
Color information
#B5A872 (or 0xB5A872) is known color: Gimblet. HEX triplet: B5, A8 and 72. RGB value is (181,168,114). Sum of RGB (Red+Green+Blue) = 181+168+114=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A872 is #4A578D. Grayscale: #A5A5A5. Windows color (decimal): -4872078 or 7514293. OLE color: 7514293.
HSL color Cylindrical-coordinate representation of color #B5A872: hue angle of 48.36º 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 #B5A872 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 114 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.29 |
| HSL | 48.36º | 0.31% | 0.58% | - |
| HSV(B) | 48.36º | 0.37% | 0.71% | - |
| XYZ | 36.1 | 39.04 | 21.55 | - |
| YUV | 165.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 114 | 0 | 0.07 | 0.37 | 0.29 | 48.36 | 0.31 | 0.58 |
| Hex | B5 | A8 | 72 | 0 | 7 | 25 | 1D | 30 | 1F | 3A |
| Octal | 265 | 250 | 162 | 0 | 7 | 45 | 35 | 60 | 37 | 72 |
| Binary | 10110101 | 10101000 | 1110010 | 0 | 111 | 100101 | 11101 | 110000 | 11111 | 111010 |
Color Harmonies of #B5A872
Complementary color
Monochromatic Colors of #B5A872
Black with #B5A872
Text Example
Text Example
White with #B5A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A872; }
p { color: rgb(181,168,114); }
H1.HeaderClassName
{
color: #B5A872;
}
.AnyTagClassName
{
color: #B5A872;
}
</style>
background-color css
<style>
a { background-color: #B5A872; }
a { background-color: rgb(181,168,114); }
div.DivClassName
{
background-color: #B5A872;
}
.BgClassName
{
background-color: #B5A872;
}
</style>
border-color css
<style>
span { border-color: #B5A872; }
span { border-color: rgb(181,168,114); }
td.TdClassName
{
border-color: #B5A872;
}
.TagClassName
{
border-color: #B5A872;
}
</style>