Shades of Fuego #BCC331
Tints of Fuego #BCC331
RGB
CMYK
RGB Variations
Color information
#BCC331 (or 0xBCC331) is known color: Fuego. HEX triplet: BC, C3 and 31. RGB value is (188,195,49). Sum of RGB (Red+Green+Blue) = 188+195+49=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC331 is #433CCE. Grayscale: #B0B0B0. Windows color (decimal): -4406479 or 3261372. OLE color: 3261372.
HSL color Cylindrical-coordinate representation of color #BCC331: hue angle of 62.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC331 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 49 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.24 |
| HSL | 62.88º | 0.6% | 0.48% | - |
| HSV(B) | 62.88º | 0.75% | 0.76% | - |
| XYZ | 40.81 | 49.94 | 10.39 | - |
| YUV | 176.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 49 | 0.04 | 0 | 0.75 | 0.24 | 62.88 | 0.6 | 0.48 |
| Hex | BC | C3 | 31 | 4 | 0 | 4B | 18 | 3F | 3C | 30 |
| Octal | 274 | 303 | 61 | 4 | 0 | 113 | 30 | 77 | 74 | 60 |
| Binary | 10111100 | 11000011 | 110001 | 100 | 0 | 1001011 | 11000 | 111111 | 111100 | 110000 |
Color Harmonies of #BCC331
Complementary color
Monochromatic Colors of #BCC331
Black with #BCC331
Text Example
Text Example
White with #BCC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC331; }
p { color: rgb(188,195,49); }
H1.HeaderClassName
{
color: #BCC331;
}
.AnyTagClassName
{
color: #BCC331;
}
</style>
background-color css
<style>
a { background-color: #BCC331; }
a { background-color: rgb(188,195,49); }
div.DivClassName
{
background-color: #BCC331;
}
.BgClassName
{
background-color: #BCC331;
}
</style>
border-color css
<style>
span { border-color: #BCC331; }
span { border-color: rgb(188,195,49); }
td.TdClassName
{
border-color: #BCC331;
}
.TagClassName
{
border-color: #BCC331;
}
</style>