Shades of Gimblet #BCAB69
Tints of Gimblet #BCAB69
RGB
CMYK
RGB Variations
Color information
#BCAB69 (or 0xBCAB69) is known color: Gimblet. HEX triplet: BC, AB and 69. RGB value is (188,171,105). Sum of RGB (Red+Green+Blue) = 188+171+105=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB69 is #435496. Grayscale: #A8A8A8. Windows color (decimal): -4412567 or 6925244. OLE color: 6925244.
HSL color Cylindrical-coordinate representation of color #BCAB69: hue angle of 47.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCAB69 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 105 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.26 |
| HSL | 47.71º | 0.38% | 0.57% | - |
| HSV(B) | 47.71º | 0.44% | 0.74% | - |
| XYZ | 37.85 | 40.84 | 19.25 | - |
| YUV | 168.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 105 | 0 | 0.09 | 0.44 | 0.26 | 47.71 | 0.38 | 0.57 |
| Hex | BC | AB | 69 | 0 | 9 | 2C | 1A | 30 | 26 | 39 |
| Octal | 274 | 253 | 151 | 0 | 11 | 54 | 32 | 60 | 46 | 71 |
| Binary | 10111100 | 10101011 | 1101001 | 0 | 1001 | 101100 | 11010 | 110000 | 100110 | 111001 |
Color Harmonies of #BCAB69
Complementary color
Monochromatic Colors of #BCAB69
Black with #BCAB69
Text Example
Text Example
White with #BCAB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB69; }
p { color: rgb(188,171,105); }
H1.HeaderClassName
{
color: #BCAB69;
}
.AnyTagClassName
{
color: #BCAB69;
}
</style>
background-color css
<style>
a { background-color: #BCAB69; }
a { background-color: rgb(188,171,105); }
div.DivClassName
{
background-color: #BCAB69;
}
.BgClassName
{
background-color: #BCAB69;
}
</style>
border-color css
<style>
span { border-color: #BCAB69; }
span { border-color: rgb(188,171,105); }
td.TdClassName
{
border-color: #BCAB69;
}
.TagClassName
{
border-color: #BCAB69;
}
</style>