Shades of Fuego #BCCA3A
Tints of Fuego #BCCA3A
RGB
CMYK
RGB Variations
Color information
#BCCA3A (or 0xBCCA3A) is known color: Fuego. HEX triplet: BC, CA and 3A. RGB value is (188,202,58). Sum of RGB (Red+Green+Blue) = 188+202+58=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA3A is #4335C5. Grayscale: #B5B5B5. Windows color (decimal): -4404678 or 3852988. OLE color: 3852988.
HSL color Cylindrical-coordinate representation of color #BCCA3A: hue angle of 65.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCA3A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 58 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.21 |
| HSL | 65.83º | 0.58% | 0.51% | - |
| HSV(B) | 65.83º | 0.71% | 0.79% | - |
| XYZ | 42.62 | 53.24 | 12.03 | - |
| YUV | 181.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 58 | 0.07 | 0 | 0.71 | 0.21 | 65.83 | 0.58 | 0.51 |
| Hex | BC | CA | 3A | 7 | 0 | 47 | 15 | 42 | 3A | 33 |
| Octal | 274 | 312 | 72 | 7 | 0 | 107 | 25 | 102 | 72 | 63 |
| Binary | 10111100 | 11001010 | 111010 | 111 | 0 | 1000111 | 10101 | 1000010 | 111010 | 110011 |
Color Harmonies of #BCCA3A
Complementary color
Monochromatic Colors of #BCCA3A
Black with #BCCA3A
Text Example
Text Example
White with #BCCA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA3A; }
p { color: rgb(188,202,58); }
H1.HeaderClassName
{
color: #BCCA3A;
}
.AnyTagClassName
{
color: #BCCA3A;
}
</style>
background-color css
<style>
a { background-color: #BCCA3A; }
a { background-color: rgb(188,202,58); }
div.DivClassName
{
background-color: #BCCA3A;
}
.BgClassName
{
background-color: #BCCA3A;
}
</style>
border-color css
<style>
span { border-color: #BCCA3A; }
span { border-color: rgb(188,202,58); }
td.TdClassName
{
border-color: #BCCA3A;
}
.TagClassName
{
border-color: #BCCA3A;
}
</style>