Shades of Gimblet #B4A868
Tints of Gimblet #B4A868
RGB
CMYK
RGB Variations
Color information
#B4A868 (or 0xB4A868) is known color: Gimblet. HEX triplet: B4, A8 and 68. RGB value is (180,168,104). Sum of RGB (Red+Green+Blue) = 180+168+104=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A868 is #4B5797. Grayscale: #A4A4A4. Windows color (decimal): -4937624 or 6858932. OLE color: 6858932.
HSL color Cylindrical-coordinate representation of color #B4A868: hue angle of 50.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4A868 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 104 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.29 |
| HSL | 50.53º | 0.34% | 0.56% | - |
| HSV(B) | 50.53º | 0.42% | 0.71% | - |
| XYZ | 35.32 | 38.71 | 18.71 | - |
| YUV | 164.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 104 | 0 | 0.07 | 0.42 | 0.29 | 50.53 | 0.34 | 0.56 |
| Hex | B4 | A8 | 68 | 0 | 7 | 2A | 1D | 33 | 22 | 38 |
| Octal | 264 | 250 | 150 | 0 | 7 | 52 | 35 | 63 | 42 | 70 |
| Binary | 10110100 | 10101000 | 1101000 | 0 | 111 | 101010 | 11101 | 110011 | 100010 | 111000 |
Color Harmonies of #B4A868
Complementary color
Monochromatic Colors of #B4A868
Black with #B4A868
Text Example
Text Example
White with #B4A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A868; }
p { color: rgb(180,168,104); }
H1.HeaderClassName
{
color: #B4A868;
}
.AnyTagClassName
{
color: #B4A868;
}
</style>
background-color css
<style>
a { background-color: #B4A868; }
a { background-color: rgb(180,168,104); }
div.DivClassName
{
background-color: #B4A868;
}
.BgClassName
{
background-color: #B4A868;
}
</style>
border-color css
<style>
span { border-color: #B4A868; }
span { border-color: rgb(180,168,104); }
td.TdClassName
{
border-color: #B4A868;
}
.TagClassName
{
border-color: #B4A868;
}
</style>