Shades of Gimblet #B0A366
Tints of Gimblet #B0A366
RGB
CMYK
RGB Variations
Color information
#B0A366 (or 0xB0A366) is known color: Gimblet. HEX triplet: B0, A3 and 66. RGB value is (176,163,102). Sum of RGB (Red+Green+Blue) = 176+163+102=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A366 is #4F5C99. Grayscale: #A0A0A0. Windows color (decimal): -5201050 or 6726576. OLE color: 6726576.
HSL color Cylindrical-coordinate representation of color #B0A366: hue angle of 49.46º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0A366 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 102 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.31 |
| HSL | 49.46º | 0.32% | 0.55% | - |
| HSV(B) | 49.46º | 0.42% | 0.69% | - |
| XYZ | 33.4 | 36.38 | 17.83 | - |
| YUV | 159.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 102 | 0 | 0.07 | 0.42 | 0.31 | 49.46 | 0.32 | 0.55 |
| Hex | B0 | A3 | 66 | 0 | 7 | 2A | 1F | 31 | 20 | 37 |
| Octal | 260 | 243 | 146 | 0 | 7 | 52 | 37 | 61 | 40 | 67 |
| Binary | 10110000 | 10100011 | 1100110 | 0 | 111 | 101010 | 11111 | 110001 | 100000 | 110111 |
Color Harmonies of #B0A366
Complementary color
Monochromatic Colors of #B0A366
Black with #B0A366
Text Example
Text Example
White with #B0A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A366; }
p { color: rgb(176,163,102); }
H1.HeaderClassName
{
color: #B0A366;
}
.AnyTagClassName
{
color: #B0A366;
}
</style>
background-color css
<style>
a { background-color: #B0A366; }
a { background-color: rgb(176,163,102); }
div.DivClassName
{
background-color: #B0A366;
}
.BgClassName
{
background-color: #B0A366;
}
</style>
border-color css
<style>
span { border-color: #B0A366; }
span { border-color: rgb(176,163,102); }
td.TdClassName
{
border-color: #B0A366;
}
.TagClassName
{
border-color: #B0A366;
}
</style>