Shades of Gimblet #B4A461
Tints of Gimblet #B4A461
RGB
CMYK
RGB Variations
Color information
#B4A461 (or 0xB4A461) is known color: Gimblet. HEX triplet: B4, A4 and 61. RGB value is (180,164,97). Sum of RGB (Red+Green+Blue) = 180+164+97=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A461 is #4B5B9E. Grayscale: #A1A1A1. Windows color (decimal): -4938655 or 6399156. OLE color: 6399156.
HSL color Cylindrical-coordinate representation of color #B4A461: hue angle of 48.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4A461 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 97 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.29 |
| HSL | 48.43º | 0.36% | 0.54% | - |
| HSV(B) | 48.43º | 0.46% | 0.71% | - |
| XYZ | 34.26 | 37.12 | 16.67 | - |
| YUV | 161.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 97 | 0 | 0.09 | 0.46 | 0.29 | 48.43 | 0.36 | 0.54 |
| Hex | B4 | A4 | 61 | 0 | 9 | 2E | 1D | 30 | 24 | 36 |
| Octal | 264 | 244 | 141 | 0 | 11 | 56 | 35 | 60 | 44 | 66 |
| Binary | 10110100 | 10100100 | 1100001 | 0 | 1001 | 101110 | 11101 | 110000 | 100100 | 110110 |
Color Harmonies of #B4A461
Complementary color
Monochromatic Colors of #B4A461
Black with #B4A461
Text Example
Text Example
White with #B4A461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A461; }
p { color: rgb(180,164,97); }
H1.HeaderClassName
{
color: #B4A461;
}
.AnyTagClassName
{
color: #B4A461;
}
</style>
background-color css
<style>
a { background-color: #B4A461; }
a { background-color: rgb(180,164,97); }
div.DivClassName
{
background-color: #B4A461;
}
.BgClassName
{
background-color: #B4A461;
}
</style>
border-color css
<style>
span { border-color: #B4A461; }
span { border-color: rgb(180,164,97); }
td.TdClassName
{
border-color: #B4A461;
}
.TagClassName
{
border-color: #B4A461;
}
</style>