Shades of Gimblet #B7AC6C
Tints of Gimblet #B7AC6C
RGB
CMYK
RGB Variations
Color information
#B7AC6C (or 0xB7AC6C) is known color: Gimblet. HEX triplet: B7, AC and 6C. RGB value is (183,172,108). Sum of RGB (Red+Green+Blue) = 183+172+108=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC6C is #485393. Grayscale: #A8A8A8. Windows color (decimal): -4739988 or 7122103. OLE color: 7122103.
HSL color Cylindrical-coordinate representation of color #B7AC6C: hue angle of 51.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7AC6C is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 108 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.28 |
| HSL | 51.2º | 0.34% | 0.57% | - |
| HSV(B) | 51.2º | 0.41% | 0.72% | - |
| XYZ | 36.99 | 40.66 | 20.09 | - |
| YUV | 167.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 108 | 0 | 0.06 | 0.41 | 0.28 | 51.2 | 0.34 | 0.57 |
| Hex | B7 | AC | 6C | 0 | 6 | 29 | 1C | 33 | 22 | 39 |
| Octal | 267 | 254 | 154 | 0 | 6 | 51 | 34 | 63 | 42 | 71 |
| Binary | 10110111 | 10101100 | 1101100 | 0 | 110 | 101001 | 11100 | 110011 | 100010 | 111001 |
Color Harmonies of #B7AC6C
Complementary color
Monochromatic Colors of #B7AC6C
Black with #B7AC6C
Text Example
Text Example
White with #B7AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC6C; }
p { color: rgb(183,172,108); }
H1.HeaderClassName
{
color: #B7AC6C;
}
.AnyTagClassName
{
color: #B7AC6C;
}
</style>
background-color css
<style>
a { background-color: #B7AC6C; }
a { background-color: rgb(183,172,108); }
div.DivClassName
{
background-color: #B7AC6C;
}
.BgClassName
{
background-color: #B7AC6C;
}
</style>
border-color css
<style>
span { border-color: #B7AC6C; }
span { border-color: rgb(183,172,108); }
td.TdClassName
{
border-color: #B7AC6C;
}
.TagClassName
{
border-color: #B7AC6C;
}
</style>