Shades of Gimblet #B4A972
Tints of Gimblet #B4A972
RGB
CMYK
RGB Variations
Color information
#B4A972 (or 0xB4A972) is known color: Gimblet. HEX triplet: B4, A9 and 72. RGB value is (180,169,114). Sum of RGB (Red+Green+Blue) = 180+169+114=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A972 is #4B568D. Grayscale: #A6A6A6. Windows color (decimal): -4937358 or 7514548. OLE color: 7514548.
HSL color Cylindrical-coordinate representation of color #B4A972: hue angle of 50º 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 #B4A972 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 114 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.29 |
| HSL | 50º | 0.31% | 0.58% | - |
| HSV(B) | 50º | 0.37% | 0.71% | - |
| XYZ | 36.05 | 39.29 | 21.6 | - |
| YUV | 166.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 114 | 0 | 0.06 | 0.37 | 0.29 | 50 | 0.31 | 0.58 |
| Hex | B4 | A9 | 72 | 0 | 6 | 25 | 1D | 32 | 1F | 3A |
| Octal | 264 | 251 | 162 | 0 | 6 | 45 | 35 | 62 | 37 | 72 |
| Binary | 10110100 | 10101001 | 1110010 | 0 | 110 | 100101 | 11101 | 110010 | 11111 | 111010 |
Color Harmonies of #B4A972
Complementary color
Monochromatic Colors of #B4A972
Black with #B4A972
Text Example
Text Example
White with #B4A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A972; }
p { color: rgb(180,169,114); }
H1.HeaderClassName
{
color: #B4A972;
}
.AnyTagClassName
{
color: #B4A972;
}
</style>
background-color css
<style>
a { background-color: #B4A972; }
a { background-color: rgb(180,169,114); }
div.DivClassName
{
background-color: #B4A972;
}
.BgClassName
{
background-color: #B4A972;
}
</style>
border-color css
<style>
span { border-color: #B4A972; }
span { border-color: rgb(180,169,114); }
td.TdClassName
{
border-color: #B4A972;
}
.TagClassName
{
border-color: #B4A972;
}
</style>