Shades of Gimblet #B3A467
Tints of Gimblet #B3A467
RGB
CMYK
RGB Variations
Color information
#B3A467 (or 0xB3A467) is known color: Gimblet. HEX triplet: B3, A4 and 67. RGB value is (179,164,103). Sum of RGB (Red+Green+Blue) = 179+164+103=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A467 is #4C5B98. Grayscale: #A1A1A1. Windows color (decimal): -5004185 or 6792371. OLE color: 6792371.
HSL color Cylindrical-coordinate representation of color #B3A467: hue angle of 48.16º 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 #B3A467 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 103 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.30 |
| HSL | 48.16º | 0.33% | 0.55% | - |
| HSV(B) | 48.16º | 0.42% | 0.7% | - |
| XYZ | 34.31 | 37.11 | 18.19 | - |
| YUV | 161.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 103 | 0 | 0.08 | 0.42 | 0.30 | 48.16 | 0.33 | 0.55 |
| Hex | B3 | A4 | 67 | 0 | 8 | 2A | 1E | 30 | 21 | 37 |
| Octal | 263 | 244 | 147 | 0 | 10 | 52 | 36 | 60 | 41 | 67 |
| Binary | 10110011 | 10100100 | 1100111 | 0 | 1000 | 101010 | 11110 | 110000 | 100001 | 110111 |
Color Harmonies of #B3A467
Complementary color
Monochromatic Colors of #B3A467
Black with #B3A467
Text Example
Text Example
White with #B3A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A467; }
p { color: rgb(179,164,103); }
H1.HeaderClassName
{
color: #B3A467;
}
.AnyTagClassName
{
color: #B3A467;
}
</style>
background-color css
<style>
a { background-color: #B3A467; }
a { background-color: rgb(179,164,103); }
div.DivClassName
{
background-color: #B3A467;
}
.BgClassName
{
background-color: #B3A467;
}
</style>
border-color css
<style>
span { border-color: #B3A467; }
span { border-color: rgb(179,164,103); }
td.TdClassName
{
border-color: #B3A467;
}
.TagClassName
{
border-color: #B3A467;
}
</style>