Shades of Gimblet #B4A65B
Tints of Gimblet #B4A65B
RGB
CMYK
RGB Variations
Color information
#B4A65B (or 0xB4A65B) is known color: Gimblet. HEX triplet: B4, A6 and 5B. RGB value is (180,166,91). Sum of RGB (Red+Green+Blue) = 180+166+91=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A65B is #4B59A4. Grayscale: #A1A1A1. Windows color (decimal): -4938149 or 6006452. OLE color: 6006452.
HSL color Cylindrical-coordinate representation of color #B4A65B: hue angle of 50.56º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4A65B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 91 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.29 |
| HSL | 50.56º | 0.37% | 0.53% | - |
| HSV(B) | 50.56º | 0.49% | 0.71% | - |
| XYZ | 34.35 | 37.73 | 15.37 | - |
| YUV | 161.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 91 | 0 | 0.08 | 0.49 | 0.29 | 50.56 | 0.37 | 0.53 |
| Hex | B4 | A6 | 5B | 0 | 8 | 31 | 1D | 33 | 25 | 35 |
| Octal | 264 | 246 | 133 | 0 | 10 | 61 | 35 | 63 | 45 | 65 |
| Binary | 10110100 | 10100110 | 1011011 | 0 | 1000 | 110001 | 11101 | 110011 | 100101 | 110101 |
Color Harmonies of #B4A65B
Complementary color
Monochromatic Colors of #B4A65B
Black with #B4A65B
Text Example
Text Example
White with #B4A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A65B; }
p { color: rgb(180,166,91); }
H1.HeaderClassName
{
color: #B4A65B;
}
.AnyTagClassName
{
color: #B4A65B;
}
</style>
background-color css
<style>
a { background-color: #B4A65B; }
a { background-color: rgb(180,166,91); }
div.DivClassName
{
background-color: #B4A65B;
}
.BgClassName
{
background-color: #B4A65B;
}
</style>
border-color css
<style>
span { border-color: #B4A65B; }
span { border-color: rgb(180,166,91); }
td.TdClassName
{
border-color: #B4A65B;
}
.TagClassName
{
border-color: #B4A65B;
}
</style>