Shades of Gimblet #B4A46A
Tints of Gimblet #B4A46A
RGB
CMYK
RGB Variations
Color information
#B4A46A (or 0xB4A46A) is known color: Gimblet. HEX triplet: B4, A4 and 6A. RGB value is (180,164,106). Sum of RGB (Red+Green+Blue) = 180+164+106=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A46A is #4B5B95. Grayscale: #A2A2A2. Windows color (decimal): -4938646 or 6988980. OLE color: 6988980.
HSL color Cylindrical-coordinate representation of color #B4A46A: hue angle of 47.03º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4A46A is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 106 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.29 |
| HSL | 47.03º | 0.33% | 0.56% | - |
| HSV(B) | 47.03º | 0.41% | 0.71% | - |
| XYZ | 34.7 | 37.29 | 19.01 | - |
| YUV | 162.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 106 | 0 | 0.09 | 0.41 | 0.29 | 47.03 | 0.33 | 0.56 |
| Hex | B4 | A4 | 6A | 0 | 9 | 29 | 1D | 2F | 21 | 38 |
| Octal | 264 | 244 | 152 | 0 | 11 | 51 | 35 | 57 | 41 | 70 |
| Binary | 10110100 | 10100100 | 1101010 | 0 | 1001 | 101001 | 11101 | 101111 | 100001 | 111000 |
Color Harmonies of #B4A46A
Complementary color
Monochromatic Colors of #B4A46A
Black with #B4A46A
Text Example
Text Example
White with #B4A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A46A; }
p { color: rgb(180,164,106); }
H1.HeaderClassName
{
color: #B4A46A;
}
.AnyTagClassName
{
color: #B4A46A;
}
</style>
background-color css
<style>
a { background-color: #B4A46A; }
a { background-color: rgb(180,164,106); }
div.DivClassName
{
background-color: #B4A46A;
}
.BgClassName
{
background-color: #B4A46A;
}
</style>
border-color css
<style>
span { border-color: #B4A46A; }
span { border-color: rgb(180,164,106); }
td.TdClassName
{
border-color: #B4A46A;
}
.TagClassName
{
border-color: #B4A46A;
}
</style>