Shades of Gimblet #B6A469
Tints of Gimblet #B6A469
RGB
CMYK
RGB Variations
Color information
#B6A469 (or 0xB6A469) is known color: Gimblet. HEX triplet: B6, A4 and 69. RGB value is (182,164,105). Sum of RGB (Red+Green+Blue) = 182+164+105=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A469 is #495B96. Grayscale: #A2A2A2. Windows color (decimal): -4807575 or 6923446. OLE color: 6923446.
HSL color Cylindrical-coordinate representation of color #B6A469: hue angle of 45.97º 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 #B6A469 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 164 | 105 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.29 |
| HSL | 45.97º | 0.35% | 0.56% | - |
| HSV(B) | 45.97º | 0.42% | 0.71% | - |
| XYZ | 35.12 | 37.52 | 18.76 | - |
| YUV | 162.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 105 | 0 | 0.10 | 0.42 | 0.29 | 45.97 | 0.35 | 0.56 |
| Hex | B6 | A4 | 69 | 0 | A | 2A | 1D | 2E | 23 | 38 |
| Octal | 266 | 244 | 151 | 0 | 12 | 52 | 35 | 56 | 43 | 70 |
| Binary | 10110110 | 10100100 | 1101001 | 0 | 1010 | 101010 | 11101 | 101110 | 100011 | 111000 |
Color Harmonies of #B6A469
Complementary color
Monochromatic Colors of #B6A469
Black with #B6A469
Text Example
Text Example
White with #B6A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A469; }
p { color: rgb(182,164,105); }
H1.HeaderClassName
{
color: #B6A469;
}
.AnyTagClassName
{
color: #B6A469;
}
</style>
background-color css
<style>
a { background-color: #B6A469; }
a { background-color: rgb(182,164,105); }
div.DivClassName
{
background-color: #B6A469;
}
.BgClassName
{
background-color: #B6A469;
}
</style>
border-color css
<style>
span { border-color: #B6A469; }
span { border-color: rgb(182,164,105); }
td.TdClassName
{
border-color: #B6A469;
}
.TagClassName
{
border-color: #B6A469;
}
</style>