Shades of Gimblet #BCA85B
Tints of Gimblet #BCA85B
RGB
CMYK
RGB Variations
Color information
#BCA85B (or 0xBCA85B) is known color: Gimblet. HEX triplet: BC, A8 and 5B. RGB value is (188,168,91). Sum of RGB (Red+Green+Blue) = 188+168+91=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA85B is #4357A4. Grayscale: #A5A5A5. Windows color (decimal): -4413349 or 6006972. OLE color: 6006972.
HSL color Cylindrical-coordinate representation of color #BCA85B: hue angle of 47.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCA85B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 91 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.26 |
| HSL | 47.63º | 0.42% | 0.55% | - |
| HSV(B) | 47.63º | 0.52% | 0.74% | - |
| XYZ | 36.63 | 39.45 | 15.58 | - |
| YUV | 165.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 91 | 0 | 0.11 | 0.52 | 0.26 | 47.63 | 0.42 | 0.55 |
| Hex | BC | A8 | 5B | 0 | B | 34 | 1A | 30 | 2A | 37 |
| Octal | 274 | 250 | 133 | 0 | 13 | 64 | 32 | 60 | 52 | 67 |
| Binary | 10111100 | 10101000 | 1011011 | 0 | 1011 | 110100 | 11010 | 110000 | 101010 | 110111 |
Color Harmonies of #BCA85B
Complementary color
Monochromatic Colors of #BCA85B
Black with #BCA85B
Text Example
Text Example
White with #BCA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA85B; }
p { color: rgb(188,168,91); }
H1.HeaderClassName
{
color: #BCA85B;
}
.AnyTagClassName
{
color: #BCA85B;
}
</style>
background-color css
<style>
a { background-color: #BCA85B; }
a { background-color: rgb(188,168,91); }
div.DivClassName
{
background-color: #BCA85B;
}
.BgClassName
{
background-color: #BCA85B;
}
</style>
border-color css
<style>
span { border-color: #BCA85B; }
span { border-color: rgb(188,168,91); }
td.TdClassName
{
border-color: #BCA85B;
}
.TagClassName
{
border-color: #BCA85B;
}
</style>