Shades of Gimblet #BCAD5E
Tints of Gimblet #BCAD5E
RGB
CMYK
RGB Variations
Color information
#BCAD5E (or 0xBCAD5E) is known color: Gimblet. HEX triplet: BC, AD and 5E. RGB value is (188,173,94). Sum of RGB (Red+Green+Blue) = 188+173+94=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5E is #4352A1. Grayscale: #A8A8A8. Windows color (decimal): -4412066 or 6204860. OLE color: 6204860.
HSL color Cylindrical-coordinate representation of color #BCAD5E: hue angle of 50.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCAD5E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 94 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.26 |
| HSL | 50.43º | 0.41% | 0.55% | - |
| HSV(B) | 50.43º | 0.5% | 0.74% | - |
| XYZ | 37.7 | 41.39 | 16.59 | - |
| YUV | 168.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 94 | 0 | 0.08 | 0.50 | 0.26 | 50.43 | 0.41 | 0.55 |
| Hex | BC | AD | 5E | 0 | 8 | 32 | 1A | 32 | 29 | 37 |
| Octal | 274 | 255 | 136 | 0 | 10 | 62 | 32 | 62 | 51 | 67 |
| Binary | 10111100 | 10101101 | 1011110 | 0 | 1000 | 110010 | 11010 | 110010 | 101001 | 110111 |
Color Harmonies of #BCAD5E
Complementary color
Monochromatic Colors of #BCAD5E
Black with #BCAD5E
Text Example
Text Example
White with #BCAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD5E; }
p { color: rgb(188,173,94); }
H1.HeaderClassName
{
color: #BCAD5E;
}
.AnyTagClassName
{
color: #BCAD5E;
}
</style>
background-color css
<style>
a { background-color: #BCAD5E; }
a { background-color: rgb(188,173,94); }
div.DivClassName
{
background-color: #BCAD5E;
}
.BgClassName
{
background-color: #BCAD5E;
}
</style>
border-color css
<style>
span { border-color: #BCAD5E; }
span { border-color: rgb(188,173,94); }
td.TdClassName
{
border-color: #BCAD5E;
}
.TagClassName
{
border-color: #BCAD5E;
}
</style>