Shades of Gimblet #B3A067
Tints of Gimblet #B3A067
RGB
CMYK
RGB Variations
Color information
#B3A067 (or 0xB3A067) is known color: Gimblet. HEX triplet: B3, A0 and 67. RGB value is (179,160,103). Sum of RGB (Red+Green+Blue) = 179+160+103=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A067 is #4C5F98. Grayscale: #9F9F9F. Windows color (decimal): -5005209 or 6791347. OLE color: 6791347.
HSL color Cylindrical-coordinate representation of color #B3A067: hue angle of 45º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3A067 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 103 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.30 |
| HSL | 45º | 0.33% | 0.55% | - |
| HSV(B) | 45º | 0.42% | 0.7% | - |
| XYZ | 33.61 | 35.7 | 17.95 | - |
| YUV | 159.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 103 | 0 | 0.11 | 0.42 | 0.30 | 45 | 0.33 | 0.55 |
| Hex | B3 | A0 | 67 | 0 | B | 2A | 1E | 2D | 21 | 37 |
| Octal | 263 | 240 | 147 | 0 | 13 | 52 | 36 | 55 | 41 | 67 |
| Binary | 10110011 | 10100000 | 1100111 | 0 | 1011 | 101010 | 11110 | 101101 | 100001 | 110111 |
Color Harmonies of #B3A067
Complementary color
Monochromatic Colors of #B3A067
Black with #B3A067
Text Example
Text Example
White with #B3A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A067; }
p { color: rgb(179,160,103); }
H1.HeaderClassName
{
color: #B3A067;
}
.AnyTagClassName
{
color: #B3A067;
}
</style>
background-color css
<style>
a { background-color: #B3A067; }
a { background-color: rgb(179,160,103); }
div.DivClassName
{
background-color: #B3A067;
}
.BgClassName
{
background-color: #B3A067;
}
</style>
border-color css
<style>
span { border-color: #B3A067; }
span { border-color: rgb(179,160,103); }
td.TdClassName
{
border-color: #B3A067;
}
.TagClassName
{
border-color: #B3A067;
}
</style>