Shades of Gimblet #B7A367
Tints of Gimblet #B7A367
RGB
CMYK
RGB Variations
Color information
#B7A367 (or 0xB7A367) is known color: Gimblet. HEX triplet: B7, A3 and 67. RGB value is (183,163,103). Sum of RGB (Red+Green+Blue) = 183+163+103=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A367 is #485C98. Grayscale: #A2A2A2. Windows color (decimal): -4742297 or 6792119. OLE color: 6792119.
HSL color Cylindrical-coordinate representation of color #B7A367: hue angle of 45º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A367 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 103 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.28 |
| HSL | 45º | 0.36% | 0.56% | - |
| HSV(B) | 45º | 0.44% | 0.72% | - |
| XYZ | 35.07 | 37.24 | 18.17 | - |
| YUV | 162.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 103 | 0 | 0.11 | 0.44 | 0.28 | 45 | 0.36 | 0.56 |
| Hex | B7 | A3 | 67 | 0 | B | 2C | 1C | 2D | 24 | 38 |
| Octal | 267 | 243 | 147 | 0 | 13 | 54 | 34 | 55 | 44 | 70 |
| Binary | 10110111 | 10100011 | 1100111 | 0 | 1011 | 101100 | 11100 | 101101 | 100100 | 111000 |
Color Harmonies of #B7A367
Complementary color
Monochromatic Colors of #B7A367
Black with #B7A367
Text Example
Text Example
White with #B7A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A367; }
p { color: rgb(183,163,103); }
H1.HeaderClassName
{
color: #B7A367;
}
.AnyTagClassName
{
color: #B7A367;
}
</style>
background-color css
<style>
a { background-color: #B7A367; }
a { background-color: rgb(183,163,103); }
div.DivClassName
{
background-color: #B7A367;
}
.BgClassName
{
background-color: #B7A367;
}
</style>
border-color css
<style>
span { border-color: #B7A367; }
span { border-color: rgb(183,163,103); }
td.TdClassName
{
border-color: #B7A367;
}
.TagClassName
{
border-color: #B7A367;
}
</style>