Shades of Gimblet #BCAD68
Tints of Gimblet #BCAD68
RGB
CMYK
RGB Variations
Color information
#BCAD68 (or 0xBCAD68) is known color: Gimblet. HEX triplet: BC, AD and 68. RGB value is (188,173,104). Sum of RGB (Red+Green+Blue) = 188+173+104=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD68 is #435297. Grayscale: #A9A9A9. Windows color (decimal): -4412056 or 6860220. OLE color: 6860220.
HSL color Cylindrical-coordinate representation of color #BCAD68: hue angle of 49.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCAD68 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 104 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.26 |
| HSL | 49.29º | 0.39% | 0.57% | - |
| HSV(B) | 49.29º | 0.45% | 0.74% | - |
| XYZ | 38.18 | 41.58 | 19.11 | - |
| YUV | 169.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 104 | 0 | 0.08 | 0.45 | 0.26 | 49.29 | 0.39 | 0.57 |
| Hex | BC | AD | 68 | 0 | 8 | 2D | 1A | 31 | 27 | 39 |
| Octal | 274 | 255 | 150 | 0 | 10 | 55 | 32 | 61 | 47 | 71 |
| Binary | 10111100 | 10101101 | 1101000 | 0 | 1000 | 101101 | 11010 | 110001 | 100111 | 111001 |
Color Harmonies of #BCAD68
Complementary color
Monochromatic Colors of #BCAD68
Black with #BCAD68
Text Example
Text Example
White with #BCAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD68; }
p { color: rgb(188,173,104); }
H1.HeaderClassName
{
color: #BCAD68;
}
.AnyTagClassName
{
color: #BCAD68;
}
</style>
background-color css
<style>
a { background-color: #BCAD68; }
a { background-color: rgb(188,173,104); }
div.DivClassName
{
background-color: #BCAD68;
}
.BgClassName
{
background-color: #BCAD68;
}
</style>
border-color css
<style>
span { border-color: #BCAD68; }
span { border-color: rgb(188,173,104); }
td.TdClassName
{
border-color: #BCAD68;
}
.TagClassName
{
border-color: #BCAD68;
}
</style>