Shades of Gimblet #BCB05A
Tints of Gimblet #BCB05A
RGB
CMYK
RGB Variations
Color information
#BCB05A (or 0xBCB05A) is known color: Gimblet. HEX triplet: BC, B0 and 5A. RGB value is (188,176,90). Sum of RGB (Red+Green+Blue) = 188+176+90=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05A is #434FA5. Grayscale: #AAAAAA. Windows color (decimal): -4411302 or 5943484. OLE color: 5943484.
HSL color Cylindrical-coordinate representation of color #BCB05A: hue angle of 52.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCB05A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 90 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.26 |
| HSL | 52.65º | 0.42% | 0.55% | - |
| HSV(B) | 52.65º | 0.52% | 0.74% | - |
| XYZ | 38.11 | 42.48 | 15.86 | - |
| YUV | 169.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 90 | 0 | 0.06 | 0.52 | 0.26 | 52.65 | 0.42 | 0.55 |
| Hex | BC | B0 | 5A | 0 | 6 | 34 | 1A | 35 | 2A | 37 |
| Octal | 274 | 260 | 132 | 0 | 6 | 64 | 32 | 65 | 52 | 67 |
| Binary | 10111100 | 10110000 | 1011010 | 0 | 110 | 110100 | 11010 | 110101 | 101010 | 110111 |
Color Harmonies of #BCB05A
Complementary color
Monochromatic Colors of #BCB05A
Black with #BCB05A
Text Example
Text Example
White with #BCB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB05A; }
p { color: rgb(188,176,90); }
H1.HeaderClassName
{
color: #BCB05A;
}
.AnyTagClassName
{
color: #BCB05A;
}
</style>
background-color css
<style>
a { background-color: #BCB05A; }
a { background-color: rgb(188,176,90); }
div.DivClassName
{
background-color: #BCB05A;
}
.BgClassName
{
background-color: #BCB05A;
}
</style>
border-color css
<style>
span { border-color: #BCB05A; }
span { border-color: rgb(188,176,90); }
td.TdClassName
{
border-color: #BCB05A;
}
.TagClassName
{
border-color: #BCB05A;
}
</style>