Shades of Gimblet #B0AB67
Tints of Gimblet #B0AB67
RGB
CMYK
RGB Variations
Color information
#B0AB67 (or 0xB0AB67) is known color: Gimblet. HEX triplet: B0, AB and 67. RGB value is (176,171,103). Sum of RGB (Red+Green+Blue) = 176+171+103=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB67 is #4F5498. Grayscale: #A5A5A5. Windows color (decimal): -5199001 or 6794160. OLE color: 6794160.
HSL color Cylindrical-coordinate representation of color #B0AB67: hue angle of 55.89º degrees, saturation: 0.32, 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 #B0AB67 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 103 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.31 |
| HSL | 55.89º | 0.32% | 0.55% | - |
| HSV(B) | 55.89º | 0.41% | 0.69% | - |
| XYZ | 34.92 | 39.34 | 18.58 | - |
| YUV | 164.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 103 | 0 | 0.03 | 0.41 | 0.31 | 55.89 | 0.32 | 0.55 |
| Hex | B0 | AB | 67 | 0 | 3 | 29 | 1F | 38 | 20 | 37 |
| Octal | 260 | 253 | 147 | 0 | 3 | 51 | 37 | 70 | 40 | 67 |
| Binary | 10110000 | 10101011 | 1100111 | 0 | 11 | 101001 | 11111 | 111000 | 100000 | 110111 |
Color Harmonies of #B0AB67
Complementary color
Monochromatic Colors of #B0AB67
Black with #B0AB67
Text Example
Text Example
White with #B0AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB67; }
p { color: rgb(176,171,103); }
H1.HeaderClassName
{
color: #B0AB67;
}
.AnyTagClassName
{
color: #B0AB67;
}
</style>
background-color css
<style>
a { background-color: #B0AB67; }
a { background-color: rgb(176,171,103); }
div.DivClassName
{
background-color: #B0AB67;
}
.BgClassName
{
background-color: #B0AB67;
}
</style>
border-color css
<style>
span { border-color: #B0AB67; }
span { border-color: rgb(176,171,103); }
td.TdClassName
{
border-color: #B0AB67;
}
.TagClassName
{
border-color: #B0AB67;
}
</style>