Shades of Gimblet #B7A85C
Tints of Gimblet #B7A85C
RGB
CMYK
RGB Variations
Color information
#B7A85C (or 0xB7A85C) is known color: Gimblet. HEX triplet: B7, A8 and 5C. RGB value is (183,168,92). Sum of RGB (Red+Green+Blue) = 183+168+92=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85C is #4857A3. Grayscale: #A4A4A4. Windows color (decimal): -4741028 or 6072503. OLE color: 6072503.
HSL color Cylindrical-coordinate representation of color #B7A85C: hue angle of 50.11º 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 #B7A85C is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 92 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.28 |
| HSL | 50.11º | 0.39% | 0.54% | - |
| HSV(B) | 50.11º | 0.5% | 0.72% | - |
| XYZ | 35.46 | 38.85 | 15.75 | - |
| YUV | 163.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 92 | 0 | 0.08 | 0.50 | 0.28 | 50.11 | 0.39 | 0.54 |
| Hex | B7 | A8 | 5C | 0 | 8 | 32 | 1C | 32 | 27 | 36 |
| Octal | 267 | 250 | 134 | 0 | 10 | 62 | 34 | 62 | 47 | 66 |
| Binary | 10110111 | 10101000 | 1011100 | 0 | 1000 | 110010 | 11100 | 110010 | 100111 | 110110 |
Color Harmonies of #B7A85C
Complementary color
Monochromatic Colors of #B7A85C
Black with #B7A85C
Text Example
Text Example
White with #B7A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A85C; }
p { color: rgb(183,168,92); }
H1.HeaderClassName
{
color: #B7A85C;
}
.AnyTagClassName
{
color: #B7A85C;
}
</style>
background-color css
<style>
a { background-color: #B7A85C; }
a { background-color: rgb(183,168,92); }
div.DivClassName
{
background-color: #B7A85C;
}
.BgClassName
{
background-color: #B7A85C;
}
</style>
border-color css
<style>
span { border-color: #B7A85C; }
span { border-color: rgb(183,168,92); }
td.TdClassName
{
border-color: #B7A85C;
}
.TagClassName
{
border-color: #B7A85C;
}
</style>