Shades of Gimblet #B6A569
Tints of Gimblet #B6A569
RGB
CMYK
RGB Variations
Color information
#B6A569 (or 0xB6A569) is known color: Gimblet. HEX triplet: B6, A5 and 69. RGB value is (182,165,105). Sum of RGB (Red+Green+Blue) = 182+165+105=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A569 is #495A96. Grayscale: #A3A3A3. Windows color (decimal): -4807319 or 6923702. OLE color: 6923702.
HSL color Cylindrical-coordinate representation of color #B6A569: hue angle of 46.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6A569 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 165 | 105 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.29 |
| HSL | 46.75º | 0.35% | 0.56% | - |
| HSV(B) | 46.75º | 0.42% | 0.71% | - |
| XYZ | 35.3 | 37.88 | 18.81 | - |
| YUV | 163.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 105 | 0 | 0.09 | 0.42 | 0.29 | 46.75 | 0.35 | 0.56 |
| Hex | B6 | A5 | 69 | 0 | 9 | 2A | 1D | 2F | 23 | 38 |
| Octal | 266 | 245 | 151 | 0 | 11 | 52 | 35 | 57 | 43 | 70 |
| Binary | 10110110 | 10100101 | 1101001 | 0 | 1001 | 101010 | 11101 | 101111 | 100011 | 111000 |
Color Harmonies of #B6A569
Complementary color
Monochromatic Colors of #B6A569
Black with #B6A569
Text Example
Text Example
White with #B6A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A569; }
p { color: rgb(182,165,105); }
H1.HeaderClassName
{
color: #B6A569;
}
.AnyTagClassName
{
color: #B6A569;
}
</style>
background-color css
<style>
a { background-color: #B6A569; }
a { background-color: rgb(182,165,105); }
div.DivClassName
{
background-color: #B6A569;
}
.BgClassName
{
background-color: #B6A569;
}
</style>
border-color css
<style>
span { border-color: #B6A569; }
span { border-color: rgb(182,165,105); }
td.TdClassName
{
border-color: #B6A569;
}
.TagClassName
{
border-color: #B6A569;
}
</style>