Shades of Gimblet #BCA859
Tints of Gimblet #BCA859
RGB
CMYK
RGB Variations
Color information
#BCA859 (or 0xBCA859) is known color: Gimblet. HEX triplet: BC, A8 and 59. RGB value is (188,168,89). Sum of RGB (Red+Green+Blue) = 188+168+89=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA859 is #4357A6. Grayscale: #A5A5A5. Windows color (decimal): -4413351 or 5875900. OLE color: 5875900.
HSL color Cylindrical-coordinate representation of color #BCA859: hue angle of 47.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCA859 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 89 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.26 |
| HSL | 47.88º | 0.42% | 0.54% | - |
| HSV(B) | 47.88º | 0.53% | 0.74% | - |
| XYZ | 36.54 | 39.42 | 15.13 | - |
| YUV | 164.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 89 | 0 | 0.11 | 0.53 | 0.26 | 47.88 | 0.42 | 0.54 |
| Hex | BC | A8 | 59 | 0 | B | 35 | 1A | 30 | 2A | 36 |
| Octal | 274 | 250 | 131 | 0 | 13 | 65 | 32 | 60 | 52 | 66 |
| Binary | 10111100 | 10101000 | 1011001 | 0 | 1011 | 110101 | 11010 | 110000 | 101010 | 110110 |
Color Harmonies of #BCA859
Complementary color
Monochromatic Colors of #BCA859
Black with #BCA859
Text Example
Text Example
White with #BCA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA859; }
p { color: rgb(188,168,89); }
H1.HeaderClassName
{
color: #BCA859;
}
.AnyTagClassName
{
color: #BCA859;
}
</style>
background-color css
<style>
a { background-color: #BCA859; }
a { background-color: rgb(188,168,89); }
div.DivClassName
{
background-color: #BCA859;
}
.BgClassName
{
background-color: #BCA859;
}
</style>
border-color css
<style>
span { border-color: #BCA859; }
span { border-color: rgb(188,168,89); }
td.TdClassName
{
border-color: #BCA859;
}
.TagClassName
{
border-color: #BCA859;
}
</style>