Shades of Gimblet #BCA863
Tints of Gimblet #BCA863
RGB
CMYK
RGB Variations
Color information
#BCA863 (or 0xBCA863) is known color: Gimblet. HEX triplet: BC, A8 and 63. RGB value is (188,168,99). Sum of RGB (Red+Green+Blue) = 188+168+99=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA863 is #43579C. Grayscale: #A6A6A6. Windows color (decimal): -4413341 or 6531260. OLE color: 6531260.
HSL color Cylindrical-coordinate representation of color #BCA863: hue angle of 46.52º 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 #BCA863 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 99 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.26 |
| HSL | 46.52º | 0.4% | 0.56% | - |
| HSV(B) | 46.52º | 0.47% | 0.74% | - |
| XYZ | 36.99 | 39.6 | 17.5 | - |
| YUV | 166.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 99 | 0 | 0.11 | 0.47 | 0.26 | 46.52 | 0.4 | 0.56 |
| Hex | BC | A8 | 63 | 0 | B | 2F | 1A | 2F | 28 | 38 |
| Octal | 274 | 250 | 143 | 0 | 13 | 57 | 32 | 57 | 50 | 70 |
| Binary | 10111100 | 10101000 | 1100011 | 0 | 1011 | 101111 | 11010 | 101111 | 101000 | 111000 |
Color Harmonies of #BCA863
Complementary color
Monochromatic Colors of #BCA863
Black with #BCA863
Text Example
Text Example
White with #BCA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA863; }
p { color: rgb(188,168,99); }
H1.HeaderClassName
{
color: #BCA863;
}
.AnyTagClassName
{
color: #BCA863;
}
</style>
background-color css
<style>
a { background-color: #BCA863; }
a { background-color: rgb(188,168,99); }
div.DivClassName
{
background-color: #BCA863;
}
.BgClassName
{
background-color: #BCA863;
}
</style>
border-color css
<style>
span { border-color: #BCA863; }
span { border-color: rgb(188,168,99); }
td.TdClassName
{
border-color: #BCA863;
}
.TagClassName
{
border-color: #BCA863;
}
</style>