Shades of Gimblet #BCB360
Tints of Gimblet #BCB360
RGB
CMYK
RGB Variations
Color information
#BCB360 (or 0xBCB360) is known color: Gimblet. HEX triplet: BC, B3 and 60. RGB value is (188,179,96). Sum of RGB (Red+Green+Blue) = 188+179+96=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB360 is #434C9F. Grayscale: #ACACAC. Windows color (decimal): -4410528 or 6337468. OLE color: 6337468.
HSL color Cylindrical-coordinate representation of color #BCB360: hue angle of 54.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB360 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 96 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.26 |
| HSL | 54.13º | 0.41% | 0.56% | - |
| HSV(B) | 54.13º | 0.49% | 0.74% | - |
| XYZ | 38.97 | 43.78 | 17.46 | - |
| YUV | 172.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 96 | 0 | 0.05 | 0.49 | 0.26 | 54.13 | 0.41 | 0.56 |
| Hex | BC | B3 | 60 | 0 | 5 | 31 | 1A | 36 | 29 | 38 |
| Octal | 274 | 263 | 140 | 0 | 5 | 61 | 32 | 66 | 51 | 70 |
| Binary | 10111100 | 10110011 | 1100000 | 0 | 101 | 110001 | 11010 | 110110 | 101001 | 111000 |
Color Harmonies of #BCB360
Complementary color
Monochromatic Colors of #BCB360
Black with #BCB360
Text Example
Text Example
White with #BCB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB360; }
p { color: rgb(188,179,96); }
H1.HeaderClassName
{
color: #BCB360;
}
.AnyTagClassName
{
color: #BCB360;
}
</style>
background-color css
<style>
a { background-color: #BCB360; }
a { background-color: rgb(188,179,96); }
div.DivClassName
{
background-color: #BCB360;
}
.BgClassName
{
background-color: #BCB360;
}
</style>
border-color css
<style>
span { border-color: #BCB360; }
span { border-color: rgb(188,179,96); }
td.TdClassName
{
border-color: #BCB360;
}
.TagClassName
{
border-color: #BCB360;
}
</style>