Shades of Gimblet #BCB05B
Tints of Gimblet #BCB05B
RGB
CMYK
RGB Variations
Color information
#BCB05B (or 0xBCB05B) is known color: Gimblet. HEX triplet: BC, B0 and 5B. RGB value is (188,176,91). Sum of RGB (Red+Green+Blue) = 188+176+91=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05B is #434FA4. Grayscale: #AAAAAA. Windows color (decimal): -4411301 or 6009020. OLE color: 6009020.
HSL color Cylindrical-coordinate representation of color #BCB05B: hue angle of 52.58º 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 #BCB05B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 91 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.26 |
| HSL | 52.58º | 0.42% | 0.55% | - |
| HSV(B) | 52.58º | 0.52% | 0.74% | - |
| XYZ | 38.15 | 42.5 | 16.09 | - |
| YUV | 169.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 91 | 0 | 0.06 | 0.52 | 0.26 | 52.58 | 0.42 | 0.55 |
| Hex | BC | B0 | 5B | 0 | 6 | 34 | 1A | 35 | 2A | 37 |
| Octal | 274 | 260 | 133 | 0 | 6 | 64 | 32 | 65 | 52 | 67 |
| Binary | 10111100 | 10110000 | 1011011 | 0 | 110 | 110100 | 11010 | 110101 | 101010 | 110111 |
Color Harmonies of #BCB05B
Complementary color
Monochromatic Colors of #BCB05B
Black with #BCB05B
Text Example
Text Example
White with #BCB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB05B; }
p { color: rgb(188,176,91); }
H1.HeaderClassName
{
color: #BCB05B;
}
.AnyTagClassName
{
color: #BCB05B;
}
</style>
background-color css
<style>
a { background-color: #BCB05B; }
a { background-color: rgb(188,176,91); }
div.DivClassName
{
background-color: #BCB05B;
}
.BgClassName
{
background-color: #BCB05B;
}
</style>
border-color css
<style>
span { border-color: #BCB05B; }
span { border-color: rgb(188,176,91); }
td.TdClassName
{
border-color: #BCB05B;
}
.TagClassName
{
border-color: #BCB05B;
}
</style>