Shades of Gimblet #BCAB68
Tints of Gimblet #BCAB68
RGB
CMYK
RGB Variations
Color information
#BCAB68 (or 0xBCAB68) is known color: Gimblet. HEX triplet: BC, AB and 68. RGB value is (188,171,104). Sum of RGB (Red+Green+Blue) = 188+171+104=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB68 is #435497. Grayscale: #A8A8A8. Windows color (decimal): -4412568 or 6859708. OLE color: 6859708.
HSL color Cylindrical-coordinate representation of color #BCAB68: hue angle of 47.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCAB68 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 104 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.26 |
| HSL | 47.86º | 0.39% | 0.57% | - |
| HSV(B) | 47.86º | 0.45% | 0.74% | - |
| XYZ | 37.8 | 40.82 | 18.98 | - |
| YUV | 168.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 104 | 0 | 0.09 | 0.45 | 0.26 | 47.86 | 0.39 | 0.57 |
| Hex | BC | AB | 68 | 0 | 9 | 2D | 1A | 30 | 27 | 39 |
| Octal | 274 | 253 | 150 | 0 | 11 | 55 | 32 | 60 | 47 | 71 |
| Binary | 10111100 | 10101011 | 1101000 | 0 | 1001 | 101101 | 11010 | 110000 | 100111 | 111001 |
Color Harmonies of #BCAB68
Complementary color
Monochromatic Colors of #BCAB68
Black with #BCAB68
Text Example
Text Example
White with #BCAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB68; }
p { color: rgb(188,171,104); }
H1.HeaderClassName
{
color: #BCAB68;
}
.AnyTagClassName
{
color: #BCAB68;
}
</style>
background-color css
<style>
a { background-color: #BCAB68; }
a { background-color: rgb(188,171,104); }
div.DivClassName
{
background-color: #BCAB68;
}
.BgClassName
{
background-color: #BCAB68;
}
</style>
border-color css
<style>
span { border-color: #BCAB68; }
span { border-color: rgb(188,171,104); }
td.TdClassName
{
border-color: #BCAB68;
}
.TagClassName
{
border-color: #BCAB68;
}
</style>