Shades of Gimblet #B4B067
Tints of Gimblet #B4B067
RGB
CMYK
RGB Variations
Color information
#B4B067 (or 0xB4B067) is known color: Gimblet. HEX triplet: B4, B0 and 67. RGB value is (180,176,103). Sum of RGB (Red+Green+Blue) = 180+176+103=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B067 is #4B4F98. Grayscale: #A9A9A9. Windows color (decimal): -4935577 or 6795444. OLE color: 6795444.
HSL color Cylindrical-coordinate representation of color #B4B067: hue angle of 56.88º 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 #B4B067 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 103 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.29 |
| HSL | 56.88º | 0.34% | 0.55% | - |
| HSV(B) | 56.88º | 0.43% | 0.71% | - |
| XYZ | 36.8 | 41.73 | 18.95 | - |
| YUV | 168.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 103 | 0 | 0.02 | 0.43 | 0.29 | 56.88 | 0.34 | 0.55 |
| Hex | B4 | B0 | 67 | 0 | 2 | 2B | 1D | 39 | 22 | 37 |
| Octal | 264 | 260 | 147 | 0 | 2 | 53 | 35 | 71 | 42 | 67 |
| Binary | 10110100 | 10110000 | 1100111 | 0 | 10 | 101011 | 11101 | 111001 | 100010 | 110111 |
Color Harmonies of #B4B067
Complementary color
Monochromatic Colors of #B4B067
Black with #B4B067
Text Example
Text Example
White with #B4B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B067; }
p { color: rgb(180,176,103); }
H1.HeaderClassName
{
color: #B4B067;
}
.AnyTagClassName
{
color: #B4B067;
}
</style>
background-color css
<style>
a { background-color: #B4B067; }
a { background-color: rgb(180,176,103); }
div.DivClassName
{
background-color: #B4B067;
}
.BgClassName
{
background-color: #B4B067;
}
</style>
border-color css
<style>
span { border-color: #B4B067; }
span { border-color: rgb(180,176,103); }
td.TdClassName
{
border-color: #B4B067;
}
.TagClassName
{
border-color: #B4B067;
}
</style>