Shades of Fuego #BCC337
Tints of Fuego #BCC337
RGB
CMYK
RGB Variations
Color information
#BCC337 (or 0xBCC337) is known color: Fuego. HEX triplet: BC, C3 and 37. RGB value is (188,195,55). Sum of RGB (Red+Green+Blue) = 188+195+55=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC337 is #433CC8. Grayscale: #B1B1B1. Windows color (decimal): -4406473 or 3654588. OLE color: 3654588.
HSL color Cylindrical-coordinate representation of color #BCC337: hue angle of 63º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC337 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 55 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.24 |
| HSL | 63º | 0.56% | 0.49% | - |
| HSV(B) | 63º | 0.72% | 0.76% | - |
| XYZ | 40.94 | 50 | 11.11 | - |
| YUV | 176.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 55 | 0.04 | 0 | 0.72 | 0.24 | 63 | 0.56 | 0.49 |
| Hex | BC | C3 | 37 | 4 | 0 | 48 | 18 | 3F | 38 | 31 |
| Octal | 274 | 303 | 67 | 4 | 0 | 110 | 30 | 77 | 70 | 61 |
| Binary | 10111100 | 11000011 | 110111 | 100 | 0 | 1001000 | 11000 | 111111 | 111000 | 110001 |
Color Harmonies of #BCC337
Complementary color
Monochromatic Colors of #BCC337
Black with #BCC337
Text Example
Text Example
White with #BCC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC337; }
p { color: rgb(188,195,55); }
H1.HeaderClassName
{
color: #BCC337;
}
.AnyTagClassName
{
color: #BCC337;
}
</style>
background-color css
<style>
a { background-color: #BCC337; }
a { background-color: rgb(188,195,55); }
div.DivClassName
{
background-color: #BCC337;
}
.BgClassName
{
background-color: #BCC337;
}
</style>
border-color css
<style>
span { border-color: #BCC337; }
span { border-color: rgb(188,195,55); }
td.TdClassName
{
border-color: #BCC337;
}
.TagClassName
{
border-color: #BCC337;
}
</style>