Shades of Gimblet #B0A56B
Tints of Gimblet #B0A56B
RGB
CMYK
RGB Variations
Color information
#B0A56B (or 0xB0A56B) is known color: Gimblet. HEX triplet: B0, A5 and 6B. RGB value is (176,165,107). Sum of RGB (Red+Green+Blue) = 176+165+107=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A56B is #4F5A94. Grayscale: #A1A1A1. Windows color (decimal): -5200533 or 7054768. OLE color: 7054768.
HSL color Cylindrical-coordinate representation of color #B0A56B: hue angle of 50.43º 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 #B0A56B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 107 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.31 |
| HSL | 50.43º | 0.3% | 0.55% | - |
| HSV(B) | 50.43º | 0.39% | 0.69% | - |
| XYZ | 34.01 | 37.2 | 19.3 | - |
| YUV | 161.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 107 | 0 | 0.06 | 0.39 | 0.31 | 50.43 | 0.3 | 0.55 |
| Hex | B0 | A5 | 6B | 0 | 6 | 27 | 1F | 32 | 1E | 37 |
| Octal | 260 | 245 | 153 | 0 | 6 | 47 | 37 | 62 | 36 | 67 |
| Binary | 10110000 | 10100101 | 1101011 | 0 | 110 | 100111 | 11111 | 110010 | 11110 | 110111 |
Color Harmonies of #B0A56B
Complementary color
Monochromatic Colors of #B0A56B
Black with #B0A56B
Text Example
Text Example
White with #B0A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A56B; }
p { color: rgb(176,165,107); }
H1.HeaderClassName
{
color: #B0A56B;
}
.AnyTagClassName
{
color: #B0A56B;
}
</style>
background-color css
<style>
a { background-color: #B0A56B; }
a { background-color: rgb(176,165,107); }
div.DivClassName
{
background-color: #B0A56B;
}
.BgClassName
{
background-color: #B0A56B;
}
</style>
border-color css
<style>
span { border-color: #B0A56B; }
span { border-color: rgb(176,165,107); }
td.TdClassName
{
border-color: #B0A56B;
}
.TagClassName
{
border-color: #B0A56B;
}
</style>