Shades of Gimblet #B3A166
Tints of Gimblet #B3A166
RGB
CMYK
RGB Variations
Color information
#B3A166 (or 0xB3A166) is known color: Gimblet. HEX triplet: B3, A1 and 66. RGB value is (179,161,102). Sum of RGB (Red+Green+Blue) = 179+161+102=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A166 is #4C5E99. Grayscale: #9F9F9F. Windows color (decimal): -5004954 or 6726067. OLE color: 6726067.
HSL color Cylindrical-coordinate representation of color #B3A166: hue angle of 45.97º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3A166 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 102 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.30 |
| HSL | 45.97º | 0.34% | 0.55% | - |
| HSV(B) | 45.97º | 0.43% | 0.7% | - |
| XYZ | 33.73 | 36.03 | 17.75 | - |
| YUV | 159.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 102 | 0 | 0.10 | 0.43 | 0.30 | 45.97 | 0.34 | 0.55 |
| Hex | B3 | A1 | 66 | 0 | A | 2B | 1E | 2E | 22 | 37 |
| Octal | 263 | 241 | 146 | 0 | 12 | 53 | 36 | 56 | 42 | 67 |
| Binary | 10110011 | 10100001 | 1100110 | 0 | 1010 | 101011 | 11110 | 101110 | 100010 | 110111 |
Color Harmonies of #B3A166
Complementary color
Monochromatic Colors of #B3A166
Black with #B3A166
Text Example
Text Example
White with #B3A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A166; }
p { color: rgb(179,161,102); }
H1.HeaderClassName
{
color: #B3A166;
}
.AnyTagClassName
{
color: #B3A166;
}
</style>
background-color css
<style>
a { background-color: #B3A166; }
a { background-color: rgb(179,161,102); }
div.DivClassName
{
background-color: #B3A166;
}
.BgClassName
{
background-color: #B3A166;
}
</style>
border-color css
<style>
span { border-color: #B3A166; }
span { border-color: rgb(179,161,102); }
td.TdClassName
{
border-color: #B3A166;
}
.TagClassName
{
border-color: #B3A166;
}
</style>