Shades of Gimblet #BCB059
Tints of Gimblet #BCB059
RGB
CMYK
RGB Variations
Color information
#BCB059 (or 0xBCB059) is known color: Gimblet. HEX triplet: BC, B0 and 59. RGB value is (188,176,89). Sum of RGB (Red+Green+Blue) = 188+176+89=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB059 is #434FA6. Grayscale: #AAAAAA. Windows color (decimal): -4411303 or 5877948. OLE color: 5877948.
HSL color Cylindrical-coordinate representation of color #BCB059: hue angle of 52.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCB059 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 89 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.26 |
| HSL | 52.73º | 0.42% | 0.54% | - |
| HSV(B) | 52.73º | 0.53% | 0.74% | - |
| XYZ | 38.07 | 42.46 | 15.64 | - |
| YUV | 169.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 89 | 0 | 0.06 | 0.53 | 0.26 | 52.73 | 0.42 | 0.54 |
| Hex | BC | B0 | 59 | 0 | 6 | 35 | 1A | 35 | 2A | 36 |
| Octal | 274 | 260 | 131 | 0 | 6 | 65 | 32 | 65 | 52 | 66 |
| Binary | 10111100 | 10110000 | 1011001 | 0 | 110 | 110101 | 11010 | 110101 | 101010 | 110110 |
Color Harmonies of #BCB059
Complementary color
Monochromatic Colors of #BCB059
Black with #BCB059
Text Example
Text Example
White with #BCB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB059; }
p { color: rgb(188,176,89); }
H1.HeaderClassName
{
color: #BCB059;
}
.AnyTagClassName
{
color: #BCB059;
}
</style>
background-color css
<style>
a { background-color: #BCB059; }
a { background-color: rgb(188,176,89); }
div.DivClassName
{
background-color: #BCB059;
}
.BgClassName
{
background-color: #BCB059;
}
</style>
border-color css
<style>
span { border-color: #BCB059; }
span { border-color: rgb(188,176,89); }
td.TdClassName
{
border-color: #BCB059;
}
.TagClassName
{
border-color: #BCB059;
}
</style>