Shades of Gimblet #B4A867
Tints of Gimblet #B4A867
RGB
CMYK
RGB Variations
Color information
#B4A867 (or 0xB4A867) is known color: Gimblet. HEX triplet: B4, A8 and 67. RGB value is (180,168,103). Sum of RGB (Red+Green+Blue) = 180+168+103=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A867 is #4B5798. Grayscale: #A4A4A4. Windows color (decimal): -4937625 or 6793396. OLE color: 6793396.
HSL color Cylindrical-coordinate representation of color #B4A867: hue angle of 50.65º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4A867 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 103 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.29 |
| HSL | 50.65º | 0.34% | 0.55% | - |
| HSV(B) | 50.65º | 0.43% | 0.71% | - |
| XYZ | 35.27 | 38.69 | 18.44 | - |
| YUV | 164.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 103 | 0 | 0.07 | 0.43 | 0.29 | 50.65 | 0.34 | 0.55 |
| Hex | B4 | A8 | 67 | 0 | 7 | 2B | 1D | 33 | 22 | 37 |
| Octal | 264 | 250 | 147 | 0 | 7 | 53 | 35 | 63 | 42 | 67 |
| Binary | 10110100 | 10101000 | 1100111 | 0 | 111 | 101011 | 11101 | 110011 | 100010 | 110111 |
Color Harmonies of #B4A867
Complementary color
Monochromatic Colors of #B4A867
Black with #B4A867
Text Example
Text Example
White with #B4A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A867; }
p { color: rgb(180,168,103); }
H1.HeaderClassName
{
color: #B4A867;
}
.AnyTagClassName
{
color: #B4A867;
}
</style>
background-color css
<style>
a { background-color: #B4A867; }
a { background-color: rgb(180,168,103); }
div.DivClassName
{
background-color: #B4A867;
}
.BgClassName
{
background-color: #B4A867;
}
</style>
border-color css
<style>
span { border-color: #B4A867; }
span { border-color: rgb(180,168,103); }
td.TdClassName
{
border-color: #B4A867;
}
.TagClassName
{
border-color: #B4A867;
}
</style>