Shades of Gimblet #BCB15D
Tints of Gimblet #BCB15D
RGB
CMYK
RGB Variations
Color information
#BCB15D (or 0xBCB15D) is known color: Gimblet. HEX triplet: BC, B1 and 5D. RGB value is (188,177,93). Sum of RGB (Red+Green+Blue) = 188+177+93=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB15D is #434EA2. Grayscale: #ABABAB. Windows color (decimal): -4411043 or 6140348. OLE color: 6140348.
HSL color Cylindrical-coordinate representation of color #BCB15D: hue angle of 53.05º degrees, saturation: 0.41, 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 #BCB15D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 93 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.26 |
| HSL | 53.05º | 0.41% | 0.55% | - |
| HSV(B) | 53.05º | 0.51% | 0.74% | - |
| XYZ | 38.44 | 42.93 | 16.62 | - |
| YUV | 170.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 93 | 0 | 0.06 | 0.51 | 0.26 | 53.05 | 0.41 | 0.55 |
| Hex | BC | B1 | 5D | 0 | 6 | 33 | 1A | 35 | 29 | 37 |
| Octal | 274 | 261 | 135 | 0 | 6 | 63 | 32 | 65 | 51 | 67 |
| Binary | 10111100 | 10110001 | 1011101 | 0 | 110 | 110011 | 11010 | 110101 | 101001 | 110111 |
Color Harmonies of #BCB15D
Complementary color
Monochromatic Colors of #BCB15D
Black with #BCB15D
Text Example
Text Example
White with #BCB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB15D; }
p { color: rgb(188,177,93); }
H1.HeaderClassName
{
color: #BCB15D;
}
.AnyTagClassName
{
color: #BCB15D;
}
</style>
background-color css
<style>
a { background-color: #BCB15D; }
a { background-color: rgb(188,177,93); }
div.DivClassName
{
background-color: #BCB15D;
}
.BgClassName
{
background-color: #BCB15D;
}
</style>
border-color css
<style>
span { border-color: #BCB15D; }
span { border-color: rgb(188,177,93); }
td.TdClassName
{
border-color: #BCB15D;
}
.TagClassName
{
border-color: #BCB15D;
}
</style>