Shades of Gimblet #B0A868
Tints of Gimblet #B0A868
RGB
CMYK
RGB Variations
Color information
#B0A868 (or 0xB0A868) is known color: Gimblet. HEX triplet: B0, A8 and 68. RGB value is (176,168,104). Sum of RGB (Red+Green+Blue) = 176+168+104=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A868 is #4F5797. Grayscale: #A3A3A3. Windows color (decimal): -5199768 or 6858928. OLE color: 6858928.
HSL color Cylindrical-coordinate representation of color #B0A868: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0A868 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 104 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.31 |
| HSL | 53.33º | 0.31% | 0.55% | - |
| HSV(B) | 53.33º | 0.41% | 0.69% | - |
| XYZ | 34.41 | 38.23 | 18.66 | - |
| YUV | 163.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 104 | 0 | 0.05 | 0.41 | 0.31 | 53.33 | 0.31 | 0.55 |
| Hex | B0 | A8 | 68 | 0 | 5 | 29 | 1F | 35 | 1F | 37 |
| Octal | 260 | 250 | 150 | 0 | 5 | 51 | 37 | 65 | 37 | 67 |
| Binary | 10110000 | 10101000 | 1101000 | 0 | 101 | 101001 | 11111 | 110101 | 11111 | 110111 |
Color Harmonies of #B0A868
Complementary color
Monochromatic Colors of #B0A868
Black with #B0A868
Text Example
Text Example
White with #B0A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A868; }
p { color: rgb(176,168,104); }
H1.HeaderClassName
{
color: #B0A868;
}
.AnyTagClassName
{
color: #B0A868;
}
</style>
background-color css
<style>
a { background-color: #B0A868; }
a { background-color: rgb(176,168,104); }
div.DivClassName
{
background-color: #B0A868;
}
.BgClassName
{
background-color: #B0A868;
}
</style>
border-color css
<style>
span { border-color: #B0A868; }
span { border-color: rgb(176,168,104); }
td.TdClassName
{
border-color: #B0A868;
}
.TagClassName
{
border-color: #B0A868;
}
</style>