Shades of Gimblet #B4A872
Tints of Gimblet #B4A872
RGB
CMYK
RGB Variations
Color information
#B4A872 (or 0xB4A872) is known color: Gimblet. HEX triplet: B4, A8 and 72. RGB value is (180,168,114). Sum of RGB (Red+Green+Blue) = 180+168+114=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A872 is #4B578D. Grayscale: #A5A5A5. Windows color (decimal): -4937614 or 7514292. OLE color: 7514292.
HSL color Cylindrical-coordinate representation of color #B4A872: hue angle of 49.09º 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 #B4A872 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 114 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.29 |
| HSL | 49.09º | 0.31% | 0.58% | - |
| HSV(B) | 49.09º | 0.37% | 0.71% | - |
| XYZ | 35.86 | 38.92 | 21.54 | - |
| YUV | 165.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 114 | 0 | 0.07 | 0.37 | 0.29 | 49.09 | 0.31 | 0.58 |
| Hex | B4 | A8 | 72 | 0 | 7 | 25 | 1D | 31 | 1F | 3A |
| Octal | 264 | 250 | 162 | 0 | 7 | 45 | 35 | 61 | 37 | 72 |
| Binary | 10110100 | 10101000 | 1110010 | 0 | 111 | 100101 | 11101 | 110001 | 11111 | 111010 |
Color Harmonies of #B4A872
Complementary color
Monochromatic Colors of #B4A872
Black with #B4A872
Text Example
Text Example
White with #B4A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A872; }
p { color: rgb(180,168,114); }
H1.HeaderClassName
{
color: #B4A872;
}
.AnyTagClassName
{
color: #B4A872;
}
</style>
background-color css
<style>
a { background-color: #B4A872; }
a { background-color: rgb(180,168,114); }
div.DivClassName
{
background-color: #B4A872;
}
.BgClassName
{
background-color: #B4A872;
}
</style>
border-color css
<style>
span { border-color: #B4A872; }
span { border-color: rgb(180,168,114); }
td.TdClassName
{
border-color: #B4A872;
}
.TagClassName
{
border-color: #B4A872;
}
</style>