Shades of Gimblet #BCAD5C
Tints of Gimblet #BCAD5C
RGB
CMYK
RGB Variations
Color information
#BCAD5C (or 0xBCAD5C) is known color: Gimblet. HEX triplet: BC, AD and 5C. RGB value is (188,173,92). Sum of RGB (Red+Green+Blue) = 188+173+92=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5C is #4352A3. Grayscale: #A8A8A8. Windows color (decimal): -4412068 or 6073788. OLE color: 6073788.
HSL color Cylindrical-coordinate representation of color #BCAD5C: hue angle of 50.62º 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 #BCAD5C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 92 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.26 |
| HSL | 50.63º | 0.42% | 0.55% | - |
| HSV(B) | 50.63º | 0.51% | 0.74% | - |
| XYZ | 37.61 | 41.35 | 16.12 | - |
| YUV | 168.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 92 | 0 | 0.08 | 0.51 | 0.26 | 50.63 | 0.42 | 0.55 |
| Hex | BC | AD | 5C | 0 | 8 | 33 | 1A | 33 | 2A | 37 |
| Octal | 274 | 255 | 134 | 0 | 10 | 63 | 32 | 63 | 52 | 67 |
| Binary | 10111100 | 10101101 | 1011100 | 0 | 1000 | 110011 | 11010 | 110011 | 101010 | 110111 |
Color Harmonies of #BCAD5C
Complementary color
Monochromatic Colors of #BCAD5C
Black with #BCAD5C
Text Example
Text Example
White with #BCAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD5C; }
p { color: rgb(188,173,92); }
H1.HeaderClassName
{
color: #BCAD5C;
}
.AnyTagClassName
{
color: #BCAD5C;
}
</style>
background-color css
<style>
a { background-color: #BCAD5C; }
a { background-color: rgb(188,173,92); }
div.DivClassName
{
background-color: #BCAD5C;
}
.BgClassName
{
background-color: #BCAD5C;
}
</style>
border-color css
<style>
span { border-color: #BCAD5C; }
span { border-color: rgb(188,173,92); }
td.TdClassName
{
border-color: #BCAD5C;
}
.TagClassName
{
border-color: #BCAD5C;
}
</style>