Shades of Fuego #BCCA31
Tints of Fuego #BCCA31
RGB
CMYK
RGB Variations
Color information
#BCCA31 (or 0xBCCA31) is known color: Fuego. HEX triplet: BC, CA and 31. RGB value is (188,202,49). Sum of RGB (Red+Green+Blue) = 188+202+49=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA31 is #4335CE. Grayscale: #B4B4B4. Windows color (decimal): -4404687 or 3263164. OLE color: 3263164.
HSL color Cylindrical-coordinate representation of color #BCCA31: hue angle of 65.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCCA31 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 49 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.21 |
| HSL | 65.49º | 0.61% | 0.49% | - |
| HSV(B) | 65.49º | 0.76% | 0.79% | - |
| XYZ | 42.41 | 53.15 | 10.93 | - |
| YUV | 180.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 49 | 0.07 | 0 | 0.76 | 0.21 | 65.49 | 0.61 | 0.49 |
| Hex | BC | CA | 31 | 7 | 0 | 4C | 15 | 41 | 3D | 31 |
| Octal | 274 | 312 | 61 | 7 | 0 | 114 | 25 | 101 | 75 | 61 |
| Binary | 10111100 | 11001010 | 110001 | 111 | 0 | 1001100 | 10101 | 1000001 | 111101 | 110001 |
Color Harmonies of #BCCA31
Complementary color
Monochromatic Colors of #BCCA31
Black with #BCCA31
Text Example
Text Example
White with #BCCA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA31; }
p { color: rgb(188,202,49); }
H1.HeaderClassName
{
color: #BCCA31;
}
.AnyTagClassName
{
color: #BCCA31;
}
</style>
background-color css
<style>
a { background-color: #BCCA31; }
a { background-color: rgb(188,202,49); }
div.DivClassName
{
background-color: #BCCA31;
}
.BgClassName
{
background-color: #BCCA31;
}
</style>
border-color css
<style>
span { border-color: #BCCA31; }
span { border-color: rgb(188,202,49); }
td.TdClassName
{
border-color: #BCCA31;
}
.TagClassName
{
border-color: #BCCA31;
}
</style>