Shades of Gimblet #B3A46B
Tints of Gimblet #B3A46B
RGB
CMYK
RGB Variations
Color information
#B3A46B (or 0xB3A46B) is known color: Gimblet. HEX triplet: B3, A4 and 6B. RGB value is (179,164,107). Sum of RGB (Red+Green+Blue) = 179+164+107=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A46B is #4C5B94. Grayscale: #A2A2A2. Windows color (decimal): -5004181 or 7054515. OLE color: 7054515.
HSL color Cylindrical-coordinate representation of color #B3A46B: hue angle of 47.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3A46B is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 107 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.30 |
| HSL | 47.5º | 0.32% | 0.56% | - |
| HSV(B) | 47.5º | 0.4% | 0.7% | - |
| XYZ | 34.52 | 37.2 | 19.27 | - |
| YUV | 161.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 107 | 0 | 0.08 | 0.40 | 0.30 | 47.5 | 0.32 | 0.56 |
| Hex | B3 | A4 | 6B | 0 | 8 | 28 | 1E | 30 | 20 | 38 |
| Octal | 263 | 244 | 153 | 0 | 10 | 50 | 36 | 60 | 40 | 70 |
| Binary | 10110011 | 10100100 | 1101011 | 0 | 1000 | 101000 | 11110 | 110000 | 100000 | 111000 |
Color Harmonies of #B3A46B
Complementary color
Monochromatic Colors of #B3A46B
Black with #B3A46B
Text Example
Text Example
White with #B3A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A46B; }
p { color: rgb(179,164,107); }
H1.HeaderClassName
{
color: #B3A46B;
}
.AnyTagClassName
{
color: #B3A46B;
}
</style>
background-color css
<style>
a { background-color: #B3A46B; }
a { background-color: rgb(179,164,107); }
div.DivClassName
{
background-color: #B3A46B;
}
.BgClassName
{
background-color: #B3A46B;
}
</style>
border-color css
<style>
span { border-color: #B3A46B; }
span { border-color: rgb(179,164,107); }
td.TdClassName
{
border-color: #B3A46B;
}
.TagClassName
{
border-color: #B3A46B;
}
</style>