Shades of Gimblet #B7AB6A
Tints of Gimblet #B7AB6A
RGB
CMYK
RGB Variations
Color information
#B7AB6A (or 0xB7AB6A) is known color: Gimblet. HEX triplet: B7, AB and 6A. RGB value is (183,171,106). Sum of RGB (Red+Green+Blue) = 183+171+106=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB6A is #485495. Grayscale: #A7A7A7. Windows color (decimal): -4740246 or 6990775. OLE color: 6990775.
HSL color Cylindrical-coordinate representation of color #B7AB6A: hue angle of 50.65º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7AB6A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 106 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.28 |
| HSL | 50.65º | 0.35% | 0.57% | - |
| HSV(B) | 50.65º | 0.42% | 0.72% | - |
| XYZ | 36.69 | 40.23 | 19.47 | - |
| YUV | 167.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 106 | 0 | 0.07 | 0.42 | 0.28 | 50.65 | 0.35 | 0.57 |
| Hex | B7 | AB | 6A | 0 | 7 | 2A | 1C | 33 | 23 | 39 |
| Octal | 267 | 253 | 152 | 0 | 7 | 52 | 34 | 63 | 43 | 71 |
| Binary | 10110111 | 10101011 | 1101010 | 0 | 111 | 101010 | 11100 | 110011 | 100011 | 111001 |
Color Harmonies of #B7AB6A
Complementary color
Monochromatic Colors of #B7AB6A
Black with #B7AB6A
Text Example
Text Example
White with #B7AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB6A; }
p { color: rgb(183,171,106); }
H1.HeaderClassName
{
color: #B7AB6A;
}
.AnyTagClassName
{
color: #B7AB6A;
}
</style>
background-color css
<style>
a { background-color: #B7AB6A; }
a { background-color: rgb(183,171,106); }
div.DivClassName
{
background-color: #B7AB6A;
}
.BgClassName
{
background-color: #B7AB6A;
}
</style>
border-color css
<style>
span { border-color: #B7AB6A; }
span { border-color: rgb(183,171,106); }
td.TdClassName
{
border-color: #B7AB6A;
}
.TagClassName
{
border-color: #B7AB6A;
}
</style>