Shades of Gimblet #B6A669
Tints of Gimblet #B6A669
RGB
CMYK
RGB Variations
Color information
#B6A669 (or 0xB6A669) is known color: Gimblet. HEX triplet: B6, A6 and 69. RGB value is (182,166,105). Sum of RGB (Red+Green+Blue) = 182+166+105=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A669 is #495996. Grayscale: #A4A4A4. Windows color (decimal): -4807063 or 6923958. OLE color: 6923958.
HSL color Cylindrical-coordinate representation of color #B6A669: hue angle of 47.53º 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 #B6A669 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 105 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.29 |
| HSL | 47.53º | 0.35% | 0.56% | - |
| HSV(B) | 47.53º | 0.42% | 0.71% | - |
| XYZ | 35.48 | 38.24 | 18.88 | - |
| YUV | 163.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 105 | 0 | 0.09 | 0.42 | 0.29 | 47.53 | 0.35 | 0.56 |
| Hex | B6 | A6 | 69 | 0 | 9 | 2A | 1D | 30 | 23 | 38 |
| Octal | 266 | 246 | 151 | 0 | 11 | 52 | 35 | 60 | 43 | 70 |
| Binary | 10110110 | 10100110 | 1101001 | 0 | 1001 | 101010 | 11101 | 110000 | 100011 | 111000 |
Color Harmonies of #B6A669
Complementary color
Monochromatic Colors of #B6A669
Black with #B6A669
Text Example
Text Example
White with #B6A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A669; }
p { color: rgb(182,166,105); }
H1.HeaderClassName
{
color: #B6A669;
}
.AnyTagClassName
{
color: #B6A669;
}
</style>
background-color css
<style>
a { background-color: #B6A669; }
a { background-color: rgb(182,166,105); }
div.DivClassName
{
background-color: #B6A669;
}
.BgClassName
{
background-color: #B6A669;
}
</style>
border-color css
<style>
span { border-color: #B6A669; }
span { border-color: rgb(182,166,105); }
td.TdClassName
{
border-color: #B6A669;
}
.TagClassName
{
border-color: #B6A669;
}
</style>