Shades of Gimblet #B0A463
Tints of Gimblet #B0A463
RGB
CMYK
RGB Variations
Color information
#B0A463 (or 0xB0A463) is known color: Gimblet. HEX triplet: B0, A4 and 63. RGB value is (176,164,99). Sum of RGB (Red+Green+Blue) = 176+164+99=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A463 is #4F5B9C. Grayscale: #A0A0A0. Windows color (decimal): -5200797 or 6530224. OLE color: 6530224.
HSL color Cylindrical-coordinate representation of color #B0A463: hue angle of 50.65º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0A463 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 99 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.31 |
| HSL | 50.65º | 0.33% | 0.54% | - |
| HSV(B) | 50.65º | 0.44% | 0.69% | - |
| XYZ | 33.43 | 36.68 | 17.12 | - |
| YUV | 160.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 99 | 0 | 0.07 | 0.44 | 0.31 | 50.65 | 0.33 | 0.54 |
| Hex | B0 | A4 | 63 | 0 | 7 | 2C | 1F | 33 | 21 | 36 |
| Octal | 260 | 244 | 143 | 0 | 7 | 54 | 37 | 63 | 41 | 66 |
| Binary | 10110000 | 10100100 | 1100011 | 0 | 111 | 101100 | 11111 | 110011 | 100001 | 110110 |
Color Harmonies of #B0A463
Complementary color
Monochromatic Colors of #B0A463
Black with #B0A463
Text Example
Text Example
White with #B0A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A463; }
p { color: rgb(176,164,99); }
H1.HeaderClassName
{
color: #B0A463;
}
.AnyTagClassName
{
color: #B0A463;
}
</style>
background-color css
<style>
a { background-color: #B0A463; }
a { background-color: rgb(176,164,99); }
div.DivClassName
{
background-color: #B0A463;
}
.BgClassName
{
background-color: #B0A463;
}
</style>
border-color css
<style>
span { border-color: #B0A463; }
span { border-color: rgb(176,164,99); }
td.TdClassName
{
border-color: #B0A463;
}
.TagClassName
{
border-color: #B0A463;
}
</style>