Shades of Gimblet #B4AE65
Tints of Gimblet #B4AE65
RGB
CMYK
RGB Variations
Color information
#B4AE65 (or 0xB4AE65) is known color: Gimblet. HEX triplet: B4, AE and 65. RGB value is (180,174,101). Sum of RGB (Red+Green+Blue) = 180+174+101=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE65 is #4B519A. Grayscale: #A7A7A7. Windows color (decimal): -4936091 or 6663860. OLE color: 6663860.
HSL color Cylindrical-coordinate representation of color #B4AE65: hue angle of 55.44º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4AE65 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 101 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.29 |
| HSL | 55.44º | 0.34% | 0.55% | - |
| HSV(B) | 55.44º | 0.44% | 0.71% | - |
| XYZ | 36.31 | 40.91 | 18.3 | - |
| YUV | 167.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 101 | 0 | 0.03 | 0.44 | 0.29 | 55.44 | 0.34 | 0.55 |
| Hex | B4 | AE | 65 | 0 | 3 | 2C | 1D | 37 | 22 | 37 |
| Octal | 264 | 256 | 145 | 0 | 3 | 54 | 35 | 67 | 42 | 67 |
| Binary | 10110100 | 10101110 | 1100101 | 0 | 11 | 101100 | 11101 | 110111 | 100010 | 110111 |
Color Harmonies of #B4AE65
Complementary color
Monochromatic Colors of #B4AE65
Black with #B4AE65
Text Example
Text Example
White with #B4AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE65; }
p { color: rgb(180,174,101); }
H1.HeaderClassName
{
color: #B4AE65;
}
.AnyTagClassName
{
color: #B4AE65;
}
</style>
background-color css
<style>
a { background-color: #B4AE65; }
a { background-color: rgb(180,174,101); }
div.DivClassName
{
background-color: #B4AE65;
}
.BgClassName
{
background-color: #B4AE65;
}
</style>
border-color css
<style>
span { border-color: #B4AE65; }
span { border-color: rgb(180,174,101); }
td.TdClassName
{
border-color: #B4AE65;
}
.TagClassName
{
border-color: #B4AE65;
}
</style>