Shades of Gimblet #B6A26C
Tints of Gimblet #B6A26C
RGB
CMYK
RGB Variations
Color information
#B6A26C (or 0xB6A26C) is known color: Gimblet. HEX triplet: B6, A2 and 6C. RGB value is (182,162,108). Sum of RGB (Red+Green+Blue) = 182+162+108=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A26C is #495D93. Grayscale: #A2A2A2. Windows color (decimal): -4808084 or 7119542. OLE color: 7119542.
HSL color Cylindrical-coordinate representation of color #B6A26C: hue angle of 43.78º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6A26C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 108 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.29 |
| HSL | 43.78º | 0.34% | 0.57% | - |
| HSV(B) | 43.78º | 0.41% | 0.71% | - |
| XYZ | 34.92 | 36.87 | 19.46 | - |
| YUV | 161.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 108 | 0 | 0.11 | 0.41 | 0.29 | 43.78 | 0.34 | 0.57 |
| Hex | B6 | A2 | 6C | 0 | B | 29 | 1D | 2C | 22 | 39 |
| Octal | 266 | 242 | 154 | 0 | 13 | 51 | 35 | 54 | 42 | 71 |
| Binary | 10110110 | 10100010 | 1101100 | 0 | 1011 | 101001 | 11101 | 101100 | 100010 | 111001 |
Color Harmonies of #B6A26C
Complementary color
Monochromatic Colors of #B6A26C
Black with #B6A26C
Text Example
Text Example
White with #B6A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A26C; }
p { color: rgb(182,162,108); }
H1.HeaderClassName
{
color: #B6A26C;
}
.AnyTagClassName
{
color: #B6A26C;
}
</style>
background-color css
<style>
a { background-color: #B6A26C; }
a { background-color: rgb(182,162,108); }
div.DivClassName
{
background-color: #B6A26C;
}
.BgClassName
{
background-color: #B6A26C;
}
</style>
border-color css
<style>
span { border-color: #B6A26C; }
span { border-color: rgb(182,162,108); }
td.TdClassName
{
border-color: #B6A26C;
}
.TagClassName
{
border-color: #B6A26C;
}
</style>