Shades of Gimblet #BCAD55
Tints of Gimblet #BCAD55
RGB
CMYK
RGB Variations
Color information
#BCAD55 (or 0xBCAD55) is known color: Gimblet. HEX triplet: BC, AD and 55. RGB value is (188,173,85). Sum of RGB (Red+Green+Blue) = 188+173+85=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD55 is #4352AA. Grayscale: #A7A7A7. Windows color (decimal): -4412075 or 5615036. OLE color: 5615036.
HSL color Cylindrical-coordinate representation of color #BCAD55: hue angle of 51.26º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCAD55 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 85 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.26 |
| HSL | 51.26º | 0.43% | 0.54% | - |
| HSV(B) | 51.26º | 0.55% | 0.74% | - |
| XYZ | 37.32 | 41.23 | 14.59 | - |
| YUV | 167.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 85 | 0 | 0.08 | 0.55 | 0.26 | 51.26 | 0.43 | 0.54 |
| Hex | BC | AD | 55 | 0 | 8 | 37 | 1A | 33 | 2B | 36 |
| Octal | 274 | 255 | 125 | 0 | 10 | 67 | 32 | 63 | 53 | 66 |
| Binary | 10111100 | 10101101 | 1010101 | 0 | 1000 | 110111 | 11010 | 110011 | 101011 | 110110 |
Color Harmonies of #BCAD55
Complementary color
Monochromatic Colors of #BCAD55
Black with #BCAD55
Text Example
Text Example
White with #BCAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD55; }
p { color: rgb(188,173,85); }
H1.HeaderClassName
{
color: #BCAD55;
}
.AnyTagClassName
{
color: #BCAD55;
}
</style>
background-color css
<style>
a { background-color: #BCAD55; }
a { background-color: rgb(188,173,85); }
div.DivClassName
{
background-color: #BCAD55;
}
.BgClassName
{
background-color: #BCAD55;
}
</style>
border-color css
<style>
span { border-color: #BCAD55; }
span { border-color: rgb(188,173,85); }
td.TdClassName
{
border-color: #BCAD55;
}
.TagClassName
{
border-color: #BCAD55;
}
</style>