Shades of Gimblet #B9A367
Tints of Gimblet #B9A367
RGB
CMYK
RGB Variations
Color information
#B9A367 (or 0xB9A367) is known color: Gimblet. HEX triplet: B9, A3 and 67. RGB value is (185,163,103). Sum of RGB (Red+Green+Blue) = 185+163+103=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A367 is #465C98. Grayscale: #A3A3A3. Windows color (decimal): -4611225 or 6792121. OLE color: 6792121.
HSL color Cylindrical-coordinate representation of color #B9A367: hue angle of 43.9º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9A367 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 103 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.27 |
| HSL | 43.9º | 0.37% | 0.56% | - |
| HSV(B) | 43.9º | 0.44% | 0.73% | - |
| XYZ | 35.55 | 37.49 | 18.19 | - |
| YUV | 162.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 103 | 0 | 0.12 | 0.44 | 0.27 | 43.9 | 0.37 | 0.56 |
| Hex | B9 | A3 | 67 | 0 | C | 2C | 1B | 2C | 25 | 38 |
| Octal | 271 | 243 | 147 | 0 | 14 | 54 | 33 | 54 | 45 | 70 |
| Binary | 10111001 | 10100011 | 1100111 | 0 | 1100 | 101100 | 11011 | 101100 | 100101 | 111000 |
Color Harmonies of #B9A367
Complementary color
Monochromatic Colors of #B9A367
Black with #B9A367
Text Example
Text Example
White with #B9A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A367; }
p { color: rgb(185,163,103); }
H1.HeaderClassName
{
color: #B9A367;
}
.AnyTagClassName
{
color: #B9A367;
}
</style>
background-color css
<style>
a { background-color: #B9A367; }
a { background-color: rgb(185,163,103); }
div.DivClassName
{
background-color: #B9A367;
}
.BgClassName
{
background-color: #B9A367;
}
</style>
border-color css
<style>
span { border-color: #B9A367; }
span { border-color: rgb(185,163,103); }
td.TdClassName
{
border-color: #B9A367;
}
.TagClassName
{
border-color: #B9A367;
}
</style>