Shades of Gimblet #B0A16B
Tints of Gimblet #B0A16B
RGB
CMYK
RGB Variations
Color information
#B0A16B (or 0xB0A16B) is known color: Gimblet. HEX triplet: B0, A1 and 6B. RGB value is (176,161,107). Sum of RGB (Red+Green+Blue) = 176+161+107=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A16B is #4F5E94. Grayscale: #9F9F9F. Windows color (decimal): -5201557 or 7053744. OLE color: 7053744.
HSL color Cylindrical-coordinate representation of color #B0A16B: hue angle of 46.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0A16B is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 107 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.31 |
| HSL | 46.96º | 0.3% | 0.55% | - |
| HSV(B) | 46.96º | 0.39% | 0.69% | - |
| XYZ | 33.3 | 35.78 | 19.06 | - |
| YUV | 159.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 107 | 0 | 0.09 | 0.39 | 0.31 | 46.96 | 0.3 | 0.55 |
| Hex | B0 | A1 | 6B | 0 | 9 | 27 | 1F | 2F | 1E | 37 |
| Octal | 260 | 241 | 153 | 0 | 11 | 47 | 37 | 57 | 36 | 67 |
| Binary | 10110000 | 10100001 | 1101011 | 0 | 1001 | 100111 | 11111 | 101111 | 11110 | 110111 |
Color Harmonies of #B0A16B
Complementary color
Monochromatic Colors of #B0A16B
Black with #B0A16B
Text Example
Text Example
White with #B0A16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A16B; }
p { color: rgb(176,161,107); }
H1.HeaderClassName
{
color: #B0A16B;
}
.AnyTagClassName
{
color: #B0A16B;
}
</style>
background-color css
<style>
a { background-color: #B0A16B; }
a { background-color: rgb(176,161,107); }
div.DivClassName
{
background-color: #B0A16B;
}
.BgClassName
{
background-color: #B0A16B;
}
</style>
border-color css
<style>
span { border-color: #B0A16B; }
span { border-color: rgb(176,161,107); }
td.TdClassName
{
border-color: #B0A16B;
}
.TagClassName
{
border-color: #B0A16B;
}
</style>