Shades of Gimblet #BCAD5B
Tints of Gimblet #BCAD5B
RGB
CMYK
RGB Variations
Color information
#BCAD5B (or 0xBCAD5B) is known color: Gimblet. HEX triplet: BC, AD and 5B. RGB value is (188,173,91). Sum of RGB (Red+Green+Blue) = 188+173+91=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5B is #4352A4. Grayscale: #A8A8A8. Windows color (decimal): -4412069 or 6008252. OLE color: 6008252.
HSL color Cylindrical-coordinate representation of color #BCAD5B: hue angle of 50.72º 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 #BCAD5B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 91 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.26 |
| HSL | 50.72º | 0.42% | 0.55% | - |
| HSV(B) | 50.72º | 0.52% | 0.74% | - |
| XYZ | 37.57 | 41.33 | 15.9 | - |
| YUV | 168.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 91 | 0 | 0.08 | 0.52 | 0.26 | 50.72 | 0.42 | 0.55 |
| Hex | BC | AD | 5B | 0 | 8 | 34 | 1A | 33 | 2A | 37 |
| Octal | 274 | 255 | 133 | 0 | 10 | 64 | 32 | 63 | 52 | 67 |
| Binary | 10111100 | 10101101 | 1011011 | 0 | 1000 | 110100 | 11010 | 110011 | 101010 | 110111 |
Color Harmonies of #BCAD5B
Complementary color
Monochromatic Colors of #BCAD5B
Black with #BCAD5B
Text Example
Text Example
White with #BCAD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD5B; }
p { color: rgb(188,173,91); }
H1.HeaderClassName
{
color: #BCAD5B;
}
.AnyTagClassName
{
color: #BCAD5B;
}
</style>
background-color css
<style>
a { background-color: #BCAD5B; }
a { background-color: rgb(188,173,91); }
div.DivClassName
{
background-color: #BCAD5B;
}
.BgClassName
{
background-color: #BCAD5B;
}
</style>
border-color css
<style>
span { border-color: #BCAD5B; }
span { border-color: rgb(188,173,91); }
td.TdClassName
{
border-color: #BCAD5B;
}
.TagClassName
{
border-color: #BCAD5B;
}
</style>