Shades of Gimblet #BCA85C
Tints of Gimblet #BCA85C
RGB
CMYK
RGB Variations
Color information
#BCA85C (or 0xBCA85C) is known color: Gimblet. HEX triplet: BC, A8 and 5C. RGB value is (188,168,92). Sum of RGB (Red+Green+Blue) = 188+168+92=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA85C is #4357A3. Grayscale: #A5A5A5. Windows color (decimal): -4413348 or 6072508. OLE color: 6072508.
HSL color Cylindrical-coordinate representation of color #BCA85C: hue angle of 47.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCA85C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 92 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.26 |
| HSL | 47.5º | 0.42% | 0.55% | - |
| HSV(B) | 47.5º | 0.51% | 0.74% | - |
| XYZ | 36.67 | 39.47 | 15.81 | - |
| YUV | 165.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 92 | 0 | 0.11 | 0.51 | 0.26 | 47.5 | 0.42 | 0.55 |
| Hex | BC | A8 | 5C | 0 | B | 33 | 1A | 30 | 2A | 37 |
| Octal | 274 | 250 | 134 | 0 | 13 | 63 | 32 | 60 | 52 | 67 |
| Binary | 10111100 | 10101000 | 1011100 | 0 | 1011 | 110011 | 11010 | 110000 | 101010 | 110111 |
Color Harmonies of #BCA85C
Complementary color
Monochromatic Colors of #BCA85C
Black with #BCA85C
Text Example
Text Example
White with #BCA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA85C; }
p { color: rgb(188,168,92); }
H1.HeaderClassName
{
color: #BCA85C;
}
.AnyTagClassName
{
color: #BCA85C;
}
</style>
background-color css
<style>
a { background-color: #BCA85C; }
a { background-color: rgb(188,168,92); }
div.DivClassName
{
background-color: #BCA85C;
}
.BgClassName
{
background-color: #BCA85C;
}
</style>
border-color css
<style>
span { border-color: #BCA85C; }
span { border-color: rgb(188,168,92); }
td.TdClassName
{
border-color: #BCA85C;
}
.TagClassName
{
border-color: #BCA85C;
}
</style>