Shades of Gimblet #B4A870
Tints of Gimblet #B4A870
RGB
CMYK
RGB Variations
Color information
#B4A870 (or 0xB4A870) is known color: Gimblet. HEX triplet: B4, A8 and 70. RGB value is (180,168,112). Sum of RGB (Red+Green+Blue) = 180+168+112=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A870 is #4B578F. Grayscale: #A5A5A5. Windows color (decimal): -4937616 or 7383220. OLE color: 7383220.
HSL color Cylindrical-coordinate representation of color #B4A870: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4A870 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 112 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.29 |
| HSL | 49.41º | 0.31% | 0.57% | - |
| HSV(B) | 49.41º | 0.38% | 0.71% | - |
| XYZ | 35.75 | 38.88 | 20.95 | - |
| YUV | 165.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 112 | 0 | 0.07 | 0.38 | 0.29 | 49.41 | 0.31 | 0.57 |
| Hex | B4 | A8 | 70 | 0 | 7 | 26 | 1D | 31 | 1F | 39 |
| Octal | 264 | 250 | 160 | 0 | 7 | 46 | 35 | 61 | 37 | 71 |
| Binary | 10110100 | 10101000 | 1110000 | 0 | 111 | 100110 | 11101 | 110001 | 11111 | 111001 |
Color Harmonies of #B4A870
Complementary color
Monochromatic Colors of #B4A870
Black with #B4A870
Text Example
Text Example
White with #B4A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A870; }
p { color: rgb(180,168,112); }
H1.HeaderClassName
{
color: #B4A870;
}
.AnyTagClassName
{
color: #B4A870;
}
</style>
background-color css
<style>
a { background-color: #B4A870; }
a { background-color: rgb(180,168,112); }
div.DivClassName
{
background-color: #B4A870;
}
.BgClassName
{
background-color: #B4A870;
}
</style>
border-color css
<style>
span { border-color: #B4A870; }
span { border-color: rgb(180,168,112); }
td.TdClassName
{
border-color: #B4A870;
}
.TagClassName
{
border-color: #B4A870;
}
</style>