Shades of Gimblet #BCB15B
Tints of Gimblet #BCB15B
RGB
CMYK
RGB Variations
Color information
#BCB15B (or 0xBCB15B) is known color: Gimblet. HEX triplet: BC, B1 and 5B. RGB value is (188,177,91). Sum of RGB (Red+Green+Blue) = 188+177+91=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB15B is #434EA4. Grayscale: #AAAAAA. Windows color (decimal): -4411045 or 6009276. OLE color: 6009276.
HSL color Cylindrical-coordinate representation of color #BCB15B: hue angle of 53.2º 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 #BCB15B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 91 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.26 |
| HSL | 53.2º | 0.42% | 0.55% | - |
| HSV(B) | 53.2º | 0.52% | 0.74% | - |
| XYZ | 38.35 | 42.89 | 16.16 | - |
| YUV | 170.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 91 | 0 | 0.06 | 0.52 | 0.26 | 53.2 | 0.42 | 0.55 |
| Hex | BC | B1 | 5B | 0 | 6 | 34 | 1A | 35 | 2A | 37 |
| Octal | 274 | 261 | 133 | 0 | 6 | 64 | 32 | 65 | 52 | 67 |
| Binary | 10111100 | 10110001 | 1011011 | 0 | 110 | 110100 | 11010 | 110101 | 101010 | 110111 |
Color Harmonies of #BCB15B
Complementary color
Monochromatic Colors of #BCB15B
Black with #BCB15B
Text Example
Text Example
White with #BCB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB15B; }
p { color: rgb(188,177,91); }
H1.HeaderClassName
{
color: #BCB15B;
}
.AnyTagClassName
{
color: #BCB15B;
}
</style>
background-color css
<style>
a { background-color: #BCB15B; }
a { background-color: rgb(188,177,91); }
div.DivClassName
{
background-color: #BCB15B;
}
.BgClassName
{
background-color: #BCB15B;
}
</style>
border-color css
<style>
span { border-color: #BCB15B; }
span { border-color: rgb(188,177,91); }
td.TdClassName
{
border-color: #BCB15B;
}
.TagClassName
{
border-color: #BCB15B;
}
</style>