Shades of Gimblet #BCB05C
Tints of Gimblet #BCB05C
RGB
CMYK
RGB Variations
Color information
#BCB05C (or 0xBCB05C) is known color: Gimblet. HEX triplet: BC, B0 and 5C. RGB value is (188,176,92). Sum of RGB (Red+Green+Blue) = 188+176+92=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05C is #434FA3. Grayscale: #AAAAAA. Windows color (decimal): -4411300 or 6074556. OLE color: 6074556.
HSL color Cylindrical-coordinate representation of color #BCB05C: hue angle of 52.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCB05C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 92 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.26 |
| HSL | 52.5º | 0.42% | 0.55% | - |
| HSV(B) | 52.5º | 0.51% | 0.74% | - |
| XYZ | 38.2 | 42.51 | 16.32 | - |
| YUV | 170.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 92 | 0 | 0.06 | 0.51 | 0.26 | 52.5 | 0.42 | 0.55 |
| Hex | BC | B0 | 5C | 0 | 6 | 33 | 1A | 34 | 2A | 37 |
| Octal | 274 | 260 | 134 | 0 | 6 | 63 | 32 | 64 | 52 | 67 |
| Binary | 10111100 | 10110000 | 1011100 | 0 | 110 | 110011 | 11010 | 110100 | 101010 | 110111 |
Color Harmonies of #BCB05C
Complementary color
Monochromatic Colors of #BCB05C
Black with #BCB05C
Text Example
Text Example
White with #BCB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB05C; }
p { color: rgb(188,176,92); }
H1.HeaderClassName
{
color: #BCB05C;
}
.AnyTagClassName
{
color: #BCB05C;
}
</style>
background-color css
<style>
a { background-color: #BCB05C; }
a { background-color: rgb(188,176,92); }
div.DivClassName
{
background-color: #BCB05C;
}
.BgClassName
{
background-color: #BCB05C;
}
</style>
border-color css
<style>
span { border-color: #BCB05C; }
span { border-color: rgb(188,176,92); }
td.TdClassName
{
border-color: #BCB05C;
}
.TagClassName
{
border-color: #BCB05C;
}
</style>