Shades of Gimblet #B0A865
Tints of Gimblet #B0A865
RGB
CMYK
RGB Variations
Color information
#B0A865 (or 0xB0A865) is known color: Gimblet. HEX triplet: B0, A8 and 65. RGB value is (176,168,101). Sum of RGB (Red+Green+Blue) = 176+168+101=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A865 is #4F579A. Grayscale: #A3A3A3. Windows color (decimal): -5199771 or 6662320. OLE color: 6662320.
HSL color Cylindrical-coordinate representation of color #B0A865: hue angle of 53.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0A865 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 101 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.31 |
| HSL | 53.6º | 0.32% | 0.54% | - |
| HSV(B) | 53.6º | 0.43% | 0.69% | - |
| XYZ | 34.26 | 38.17 | 17.87 | - |
| YUV | 162.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 101 | 0 | 0.05 | 0.43 | 0.31 | 53.6 | 0.32 | 0.54 |
| Hex | B0 | A8 | 65 | 0 | 5 | 2B | 1F | 36 | 20 | 36 |
| Octal | 260 | 250 | 145 | 0 | 5 | 53 | 37 | 66 | 40 | 66 |
| Binary | 10110000 | 10101000 | 1100101 | 0 | 101 | 101011 | 11111 | 110110 | 100000 | 110110 |
Color Harmonies of #B0A865
Complementary color
Monochromatic Colors of #B0A865
Black with #B0A865
Text Example
Text Example
White with #B0A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A865; }
p { color: rgb(176,168,101); }
H1.HeaderClassName
{
color: #B0A865;
}
.AnyTagClassName
{
color: #B0A865;
}
</style>
background-color css
<style>
a { background-color: #B0A865; }
a { background-color: rgb(176,168,101); }
div.DivClassName
{
background-color: #B0A865;
}
.BgClassName
{
background-color: #B0A865;
}
</style>
border-color css
<style>
span { border-color: #B0A865; }
span { border-color: rgb(176,168,101); }
td.TdClassName
{
border-color: #B0A865;
}
.TagClassName
{
border-color: #B0A865;
}
</style>