Shades of Gimblet #B6A965
Tints of Gimblet #B6A965
RGB
CMYK
RGB Variations
Color information
#B6A965 (or 0xB6A965) is known color: Gimblet. HEX triplet: B6, A9 and 65. RGB value is (182,169,101). Sum of RGB (Red+Green+Blue) = 182+169+101=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A965 is #49569A. Grayscale: #A5A5A5. Windows color (decimal): -4806299 or 6662582. OLE color: 6662582.
HSL color Cylindrical-coordinate representation of color #B6A965: hue angle of 50.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6A965 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 101 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.29 |
| HSL | 50.37º | 0.36% | 0.55% | - |
| HSV(B) | 50.37º | 0.45% | 0.71% | - |
| XYZ | 35.83 | 39.26 | 18 | - |
| YUV | 165.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 101 | 0 | 0.07 | 0.45 | 0.29 | 50.37 | 0.36 | 0.55 |
| Hex | B6 | A9 | 65 | 0 | 7 | 2D | 1D | 32 | 24 | 37 |
| Octal | 266 | 251 | 145 | 0 | 7 | 55 | 35 | 62 | 44 | 67 |
| Binary | 10110110 | 10101001 | 1100101 | 0 | 111 | 101101 | 11101 | 110010 | 100100 | 110111 |
Color Harmonies of #B6A965
Complementary color
Monochromatic Colors of #B6A965
Black with #B6A965
Text Example
Text Example
White with #B6A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A965; }
p { color: rgb(182,169,101); }
H1.HeaderClassName
{
color: #B6A965;
}
.AnyTagClassName
{
color: #B6A965;
}
</style>
background-color css
<style>
a { background-color: #B6A965; }
a { background-color: rgb(182,169,101); }
div.DivClassName
{
background-color: #B6A965;
}
.BgClassName
{
background-color: #B6A965;
}
</style>
border-color css
<style>
span { border-color: #B6A965; }
span { border-color: rgb(182,169,101); }
td.TdClassName
{
border-color: #B6A965;
}
.TagClassName
{
border-color: #B6A965;
}
</style>