Shades of Gimblet #B7AD60
Tints of Gimblet #B7AD60
RGB
CMYK
RGB Variations
Color information
#B7AD60 (or 0xB7AD60) is known color: Gimblet. HEX triplet: B7, AD and 60. RGB value is (183,173,96). Sum of RGB (Red+Green+Blue) = 183+173+96=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD60 is #48529F. Grayscale: #A7A7A7. Windows color (decimal): -4739744 or 6335927. OLE color: 6335927.
HSL color Cylindrical-coordinate representation of color #B7AD60: hue angle of 53.1º 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 #B7AD60 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 96 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.28 |
| HSL | 53.1º | 0.38% | 0.55% | - |
| HSV(B) | 53.1º | 0.48% | 0.72% | - |
| XYZ | 36.58 | 40.8 | 17.01 | - |
| YUV | 167.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 96 | 0 | 0.05 | 0.48 | 0.28 | 53.1 | 0.38 | 0.55 |
| Hex | B7 | AD | 60 | 0 | 5 | 30 | 1C | 35 | 26 | 37 |
| Octal | 267 | 255 | 140 | 0 | 5 | 60 | 34 | 65 | 46 | 67 |
| Binary | 10110111 | 10101101 | 1100000 | 0 | 101 | 110000 | 11100 | 110101 | 100110 | 110111 |
Color Harmonies of #B7AD60
Complementary color
Monochromatic Colors of #B7AD60
Black with #B7AD60
Text Example
Text Example
White with #B7AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD60; }
p { color: rgb(183,173,96); }
H1.HeaderClassName
{
color: #B7AD60;
}
.AnyTagClassName
{
color: #B7AD60;
}
</style>
background-color css
<style>
a { background-color: #B7AD60; }
a { background-color: rgb(183,173,96); }
div.DivClassName
{
background-color: #B7AD60;
}
.BgClassName
{
background-color: #B7AD60;
}
</style>
border-color css
<style>
span { border-color: #B7AD60; }
span { border-color: rgb(183,173,96); }
td.TdClassName
{
border-color: #B7AD60;
}
.TagClassName
{
border-color: #B7AD60;
}
</style>