Shades of Gimblet #B7A66F
Tints of Gimblet #B7A66F
RGB
CMYK
RGB Variations
Color information
#B7A66F (or 0xB7A66F) is known color: Gimblet. HEX triplet: B7, A6 and 6F. RGB value is (183,166,111). Sum of RGB (Red+Green+Blue) = 183+166+111=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A66F is #485990. Grayscale: #A5A5A5. Windows color (decimal): -4741521 or 7317175. OLE color: 7317175.
HSL color Cylindrical-coordinate representation of color #B7A66F: hue angle of 45.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7A66F is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 111 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.28 |
| HSL | 45.83º | 0.33% | 0.58% | - |
| HSV(B) | 45.83º | 0.39% | 0.72% | - |
| XYZ | 36.03 | 38.49 | 20.57 | - |
| YUV | 164.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 111 | 0 | 0.09 | 0.39 | 0.28 | 45.83 | 0.33 | 0.58 |
| Hex | B7 | A6 | 6F | 0 | 9 | 27 | 1C | 2E | 21 | 3A |
| Octal | 267 | 246 | 157 | 0 | 11 | 47 | 34 | 56 | 41 | 72 |
| Binary | 10110111 | 10100110 | 1101111 | 0 | 1001 | 100111 | 11100 | 101110 | 100001 | 111010 |
Color Harmonies of #B7A66F
Complementary color
Monochromatic Colors of #B7A66F
Black with #B7A66F
Text Example
Text Example
White with #B7A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A66F; }
p { color: rgb(183,166,111); }
H1.HeaderClassName
{
color: #B7A66F;
}
.AnyTagClassName
{
color: #B7A66F;
}
</style>
background-color css
<style>
a { background-color: #B7A66F; }
a { background-color: rgb(183,166,111); }
div.DivClassName
{
background-color: #B7A66F;
}
.BgClassName
{
background-color: #B7A66F;
}
</style>
border-color css
<style>
span { border-color: #B7A66F; }
span { border-color: rgb(183,166,111); }
td.TdClassName
{
border-color: #B7A66F;
}
.TagClassName
{
border-color: #B7A66F;
}
</style>