Shades of Gimblet #B3AB63
Tints of Gimblet #B3AB63
RGB
CMYK
RGB Variations
Color information
#B3AB63 (or 0xB3AB63) is known color: Gimblet. HEX triplet: B3, AB and 63. RGB value is (179,171,99). Sum of RGB (Red+Green+Blue) = 179+171+99=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB63 is #4C549C. Grayscale: #A5A5A5. Windows color (decimal): -5002397 or 6532019. OLE color: 6532019.
HSL color Cylindrical-coordinate representation of color #B3AB63: hue angle of 54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3AB63 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 99 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.30 |
| HSL | 54º | 0.34% | 0.55% | - |
| HSV(B) | 54º | 0.45% | 0.7% | - |
| XYZ | 35.41 | 39.61 | 17.58 | - |
| YUV | 165.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 99 | 0 | 0.04 | 0.45 | 0.30 | 54 | 0.34 | 0.55 |
| Hex | B3 | AB | 63 | 0 | 4 | 2D | 1E | 36 | 22 | 37 |
| Octal | 263 | 253 | 143 | 0 | 4 | 55 | 36 | 66 | 42 | 67 |
| Binary | 10110011 | 10101011 | 1100011 | 0 | 100 | 101101 | 11110 | 110110 | 100010 | 110111 |
Color Harmonies of #B3AB63
Complementary color
Monochromatic Colors of #B3AB63
Black with #B3AB63
Text Example
Text Example
White with #B3AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB63; }
p { color: rgb(179,171,99); }
H1.HeaderClassName
{
color: #B3AB63;
}
.AnyTagClassName
{
color: #B3AB63;
}
</style>
background-color css
<style>
a { background-color: #B3AB63; }
a { background-color: rgb(179,171,99); }
div.DivClassName
{
background-color: #B3AB63;
}
.BgClassName
{
background-color: #B3AB63;
}
</style>
border-color css
<style>
span { border-color: #B3AB63; }
span { border-color: rgb(179,171,99); }
td.TdClassName
{
border-color: #B3AB63;
}
.TagClassName
{
border-color: #B3AB63;
}
</style>