Shades of Gimblet #BCB056
Tints of Gimblet #BCB056
RGB
CMYK
RGB Variations
Color information
#BCB056 (or 0xBCB056) is known color: Gimblet. HEX triplet: BC, B0 and 56. RGB value is (188,176,86). Sum of RGB (Red+Green+Blue) = 188+176+86=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB056 is #434FA9. Grayscale: #A9A9A9. Windows color (decimal): -4411306 or 5681340. OLE color: 5681340.
HSL color Cylindrical-coordinate representation of color #BCB056: hue angle of 52.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCB056 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 86 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.26 |
| HSL | 52.94º | 0.43% | 0.54% | - |
| HSV(B) | 52.94º | 0.54% | 0.74% | - |
| XYZ | 37.94 | 42.41 | 14.99 | - |
| YUV | 169.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 86 | 0 | 0.06 | 0.54 | 0.26 | 52.94 | 0.43 | 0.54 |
| Hex | BC | B0 | 56 | 0 | 6 | 36 | 1A | 35 | 2B | 36 |
| Octal | 274 | 260 | 126 | 0 | 6 | 66 | 32 | 65 | 53 | 66 |
| Binary | 10111100 | 10110000 | 1010110 | 0 | 110 | 110110 | 11010 | 110101 | 101011 | 110110 |
Color Harmonies of #BCB056
Complementary color
Monochromatic Colors of #BCB056
Black with #BCB056
Text Example
Text Example
White with #BCB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB056; }
p { color: rgb(188,176,86); }
H1.HeaderClassName
{
color: #BCB056;
}
.AnyTagClassName
{
color: #BCB056;
}
</style>
background-color css
<style>
a { background-color: #BCB056; }
a { background-color: rgb(188,176,86); }
div.DivClassName
{
background-color: #BCB056;
}
.BgClassName
{
background-color: #BCB056;
}
</style>
border-color css
<style>
span { border-color: #BCB056; }
span { border-color: rgb(188,176,86); }
td.TdClassName
{
border-color: #BCB056;
}
.TagClassName
{
border-color: #BCB056;
}
</style>