Shades of Gimblet #BCA963
Tints of Gimblet #BCA963
RGB
CMYK
RGB Variations
Color information
#BCA963 (or 0xBCA963) is known color: Gimblet. HEX triplet: BC, A9 and 63. RGB value is (188,169,99). Sum of RGB (Red+Green+Blue) = 188+169+99=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA963 is #43569C. Grayscale: #A7A7A7. Windows color (decimal): -4413085 or 6531516. OLE color: 6531516.
HSL color Cylindrical-coordinate representation of color #BCA963: hue angle of 47.19º 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 #BCA963 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 99 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.26 |
| HSL | 47.19º | 0.4% | 0.56% | - |
| HSV(B) | 47.19º | 0.47% | 0.74% | - |
| XYZ | 37.18 | 39.97 | 17.56 | - |
| YUV | 166.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 99 | 0 | 0.10 | 0.47 | 0.26 | 47.19 | 0.4 | 0.56 |
| Hex | BC | A9 | 63 | 0 | A | 2F | 1A | 2F | 28 | 38 |
| Octal | 274 | 251 | 143 | 0 | 12 | 57 | 32 | 57 | 50 | 70 |
| Binary | 10111100 | 10101001 | 1100011 | 0 | 1010 | 101111 | 11010 | 101111 | 101000 | 111000 |
Color Harmonies of #BCA963
Complementary color
Monochromatic Colors of #BCA963
Black with #BCA963
Text Example
Text Example
White with #BCA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA963; }
p { color: rgb(188,169,99); }
H1.HeaderClassName
{
color: #BCA963;
}
.AnyTagClassName
{
color: #BCA963;
}
</style>
background-color css
<style>
a { background-color: #BCA963; }
a { background-color: rgb(188,169,99); }
div.DivClassName
{
background-color: #BCA963;
}
.BgClassName
{
background-color: #BCA963;
}
</style>
border-color css
<style>
span { border-color: #BCA963; }
span { border-color: rgb(188,169,99); }
td.TdClassName
{
border-color: #BCA963;
}
.TagClassName
{
border-color: #BCA963;
}
</style>