Shades of Gimblet #BCAB63
Tints of Gimblet #BCAB63
RGB
CMYK
RGB Variations
Color information
#BCAB63 (or 0xBCAB63) is known color: Gimblet. HEX triplet: BC, AB and 63. RGB value is (188,171,99). Sum of RGB (Red+Green+Blue) = 188+171+99=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB63 is #43549C. Grayscale: #A8A8A8. Windows color (decimal): -4412573 or 6532028. OLE color: 6532028.
HSL color Cylindrical-coordinate representation of color #BCAB63: hue angle of 48.54º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCAB63 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 99 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.26 |
| HSL | 48.54º | 0.4% | 0.56% | - |
| HSV(B) | 48.54º | 0.47% | 0.74% | - |
| XYZ | 37.55 | 40.72 | 17.68 | - |
| YUV | 167.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 99 | 0 | 0.09 | 0.47 | 0.26 | 48.54 | 0.4 | 0.56 |
| Hex | BC | AB | 63 | 0 | 9 | 2F | 1A | 31 | 28 | 38 |
| Octal | 274 | 253 | 143 | 0 | 11 | 57 | 32 | 61 | 50 | 70 |
| Binary | 10111100 | 10101011 | 1100011 | 0 | 1001 | 101111 | 11010 | 110001 | 101000 | 111000 |
Color Harmonies of #BCAB63
Complementary color
Monochromatic Colors of #BCAB63
Black with #BCAB63
Text Example
Text Example
White with #BCAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB63; }
p { color: rgb(188,171,99); }
H1.HeaderClassName
{
color: #BCAB63;
}
.AnyTagClassName
{
color: #BCAB63;
}
</style>
background-color css
<style>
a { background-color: #BCAB63; }
a { background-color: rgb(188,171,99); }
div.DivClassName
{
background-color: #BCAB63;
}
.BgClassName
{
background-color: #BCAB63;
}
</style>
border-color css
<style>
span { border-color: #BCAB63; }
span { border-color: rgb(188,171,99); }
td.TdClassName
{
border-color: #BCAB63;
}
.TagClassName
{
border-color: #BCAB63;
}
</style>