Shades of Gimblet #B7AF5C
Tints of Gimblet #B7AF5C
RGB
CMYK
RGB Variations
Color information
#B7AF5C (or 0xB7AF5C) is known color: Gimblet. HEX triplet: B7, AF and 5C. RGB value is (183,175,92). Sum of RGB (Red+Green+Blue) = 183+175+92=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF5C is #4850A3. Grayscale: #A8A8A8. Windows color (decimal): -4739236 or 6074295. OLE color: 6074295.
HSL color Cylindrical-coordinate representation of color #B7AF5C: hue angle of 54.73º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7AF5C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 92 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.28 |
| HSL | 54.73º | 0.39% | 0.54% | - |
| HSV(B) | 54.73º | 0.5% | 0.72% | - |
| XYZ | 36.79 | 41.5 | 16.2 | - |
| YUV | 167.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 92 | 0 | 0.04 | 0.50 | 0.28 | 54.73 | 0.39 | 0.54 |
| Hex | B7 | AF | 5C | 0 | 4 | 32 | 1C | 37 | 27 | 36 |
| Octal | 267 | 257 | 134 | 0 | 4 | 62 | 34 | 67 | 47 | 66 |
| Binary | 10110111 | 10101111 | 1011100 | 0 | 100 | 110010 | 11100 | 110111 | 100111 | 110110 |
Color Harmonies of #B7AF5C
Complementary color
Monochromatic Colors of #B7AF5C
Black with #B7AF5C
Text Example
Text Example
White with #B7AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF5C; }
p { color: rgb(183,175,92); }
H1.HeaderClassName
{
color: #B7AF5C;
}
.AnyTagClassName
{
color: #B7AF5C;
}
</style>
background-color css
<style>
a { background-color: #B7AF5C; }
a { background-color: rgb(183,175,92); }
div.DivClassName
{
background-color: #B7AF5C;
}
.BgClassName
{
background-color: #B7AF5C;
}
</style>
border-color css
<style>
span { border-color: #B7AF5C; }
span { border-color: rgb(183,175,92); }
td.TdClassName
{
border-color: #B7AF5C;
}
.TagClassName
{
border-color: #B7AF5C;
}
</style>