Shades of Gimblet #B0A266
Tints of Gimblet #B0A266
RGB
CMYK
RGB Variations
Color information
#B0A266 (or 0xB0A266) is known color: Gimblet. HEX triplet: B0, A2 and 66. RGB value is (176,162,102). Sum of RGB (Red+Green+Blue) = 176+162+102=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A266 is #4F5D99. Grayscale: #9F9F9F. Windows color (decimal): -5201306 or 6726320. OLE color: 6726320.
HSL color Cylindrical-coordinate representation of color #B0A266: hue angle of 48.65º 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 #B0A266 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 102 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.31 |
| HSL | 48.65º | 0.32% | 0.55% | - |
| HSV(B) | 48.65º | 0.42% | 0.69% | - |
| XYZ | 33.22 | 36.03 | 17.77 | - |
| YUV | 159.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 102 | 0 | 0.08 | 0.42 | 0.31 | 48.65 | 0.32 | 0.55 |
| Hex | B0 | A2 | 66 | 0 | 8 | 2A | 1F | 31 | 20 | 37 |
| Octal | 260 | 242 | 146 | 0 | 10 | 52 | 37 | 61 | 40 | 67 |
| Binary | 10110000 | 10100010 | 1100110 | 0 | 1000 | 101010 | 11111 | 110001 | 100000 | 110111 |
Color Harmonies of #B0A266
Complementary color
Monochromatic Colors of #B0A266
Black with #B0A266
Text Example
Text Example
White with #B0A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A266; }
p { color: rgb(176,162,102); }
H1.HeaderClassName
{
color: #B0A266;
}
.AnyTagClassName
{
color: #B0A266;
}
</style>
background-color css
<style>
a { background-color: #B0A266; }
a { background-color: rgb(176,162,102); }
div.DivClassName
{
background-color: #B0A266;
}
.BgClassName
{
background-color: #B0A266;
}
</style>
border-color css
<style>
span { border-color: #B0A266; }
span { border-color: rgb(176,162,102); }
td.TdClassName
{
border-color: #B0A266;
}
.TagClassName
{
border-color: #B0A266;
}
</style>