Shades of Gimblet #B9A566
Tints of Gimblet #B9A566
RGB
CMYK
RGB Variations
Color information
#B9A566 (or 0xB9A566) is known color: Gimblet. HEX triplet: B9, A5 and 66. RGB value is (185,165,102). Sum of RGB (Red+Green+Blue) = 185+165+102=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A566 is #465A99. Grayscale: #A4A4A4. Windows color (decimal): -4610714 or 6727097. OLE color: 6727097.
HSL color Cylindrical-coordinate representation of color #B9A566: hue angle of 45.54º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9A566 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 102 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.27 |
| HSL | 45.54º | 0.37% | 0.56% | - |
| HSV(B) | 45.54º | 0.45% | 0.73% | - |
| XYZ | 35.86 | 38.18 | 18.05 | - |
| YUV | 163.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 102 | 0 | 0.11 | 0.45 | 0.27 | 45.54 | 0.37 | 0.56 |
| Hex | B9 | A5 | 66 | 0 | B | 2D | 1B | 2E | 25 | 38 |
| Octal | 271 | 245 | 146 | 0 | 13 | 55 | 33 | 56 | 45 | 70 |
| Binary | 10111001 | 10100101 | 1100110 | 0 | 1011 | 101101 | 11011 | 101110 | 100101 | 111000 |
Color Harmonies of #B9A566
Complementary color
Monochromatic Colors of #B9A566
Black with #B9A566
Text Example
Text Example
White with #B9A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A566; }
p { color: rgb(185,165,102); }
H1.HeaderClassName
{
color: #B9A566;
}
.AnyTagClassName
{
color: #B9A566;
}
</style>
background-color css
<style>
a { background-color: #B9A566; }
a { background-color: rgb(185,165,102); }
div.DivClassName
{
background-color: #B9A566;
}
.BgClassName
{
background-color: #B9A566;
}
</style>
border-color css
<style>
span { border-color: #B9A566; }
span { border-color: rgb(185,165,102); }
td.TdClassName
{
border-color: #B9A566;
}
.TagClassName
{
border-color: #B9A566;
}
</style>