Shades of Gimblet #B7A55F
Tints of Gimblet #B7A55F
RGB
CMYK
RGB Variations
Color information
#B7A55F (or 0xB7A55F) is known color: Gimblet. HEX triplet: B7, A5 and 5F. RGB value is (183,165,95). Sum of RGB (Red+Green+Blue) = 183+165+95=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A55F is #485AA0. Grayscale: #A2A2A2. Windows color (decimal): -4741793 or 6268343. OLE color: 6268343.
HSL color Cylindrical-coordinate representation of color #B7A55F: hue angle of 47.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7A55F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 95 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.28 |
| HSL | 47.73º | 0.38% | 0.55% | - |
| HSV(B) | 47.73º | 0.48% | 0.72% | - |
| XYZ | 35.05 | 37.8 | 16.28 | - |
| YUV | 162.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 95 | 0 | 0.10 | 0.48 | 0.28 | 47.73 | 0.38 | 0.55 |
| Hex | B7 | A5 | 5F | 0 | A | 30 | 1C | 30 | 26 | 37 |
| Octal | 267 | 245 | 137 | 0 | 12 | 60 | 34 | 60 | 46 | 67 |
| Binary | 10110111 | 10100101 | 1011111 | 0 | 1010 | 110000 | 11100 | 110000 | 100110 | 110111 |
Color Harmonies of #B7A55F
Complementary color
Monochromatic Colors of #B7A55F
Black with #B7A55F
Text Example
Text Example
White with #B7A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A55F; }
p { color: rgb(183,165,95); }
H1.HeaderClassName
{
color: #B7A55F;
}
.AnyTagClassName
{
color: #B7A55F;
}
</style>
background-color css
<style>
a { background-color: #B7A55F; }
a { background-color: rgb(183,165,95); }
div.DivClassName
{
background-color: #B7A55F;
}
.BgClassName
{
background-color: #B7A55F;
}
</style>
border-color css
<style>
span { border-color: #B7A55F; }
span { border-color: rgb(183,165,95); }
td.TdClassName
{
border-color: #B7A55F;
}
.TagClassName
{
border-color: #B7A55F;
}
</style>