Shades of Fuego #BCC531
Tints of Fuego #BCC531
RGB
CMYK
RGB Variations
Color information
#BCC531 (or 0xBCC531) is known color: Fuego. HEX triplet: BC, C5 and 31. RGB value is (188,197,49). Sum of RGB (Red+Green+Blue) = 188+197+49=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC531 is #433ACE. Grayscale: #B2B2B2. Windows color (decimal): -4405967 or 3261884. OLE color: 3261884.
HSL color Cylindrical-coordinate representation of color #BCC531: hue angle of 63.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC531 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 49 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.23 |
| HSL | 63.65º | 0.6% | 0.48% | - |
| HSV(B) | 63.65º | 0.75% | 0.77% | - |
| XYZ | 41.26 | 50.85 | 10.55 | - |
| YUV | 177.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 49 | 0.05 | 0 | 0.75 | 0.23 | 63.65 | 0.6 | 0.48 |
| Hex | BC | C5 | 31 | 5 | 0 | 4B | 17 | 40 | 3C | 30 |
| Octal | 274 | 305 | 61 | 5 | 0 | 113 | 27 | 100 | 74 | 60 |
| Binary | 10111100 | 11000101 | 110001 | 101 | 0 | 1001011 | 10111 | 1000000 | 111100 | 110000 |
Color Harmonies of #BCC531
Complementary color
Monochromatic Colors of #BCC531
Black with #BCC531
Text Example
Text Example
White with #BCC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC531; }
p { color: rgb(188,197,49); }
H1.HeaderClassName
{
color: #BCC531;
}
.AnyTagClassName
{
color: #BCC531;
}
</style>
background-color css
<style>
a { background-color: #BCC531; }
a { background-color: rgb(188,197,49); }
div.DivClassName
{
background-color: #BCC531;
}
.BgClassName
{
background-color: #BCC531;
}
</style>
border-color css
<style>
span { border-color: #BCC531; }
span { border-color: rgb(188,197,49); }
td.TdClassName
{
border-color: #BCC531;
}
.TagClassName
{
border-color: #BCC531;
}
</style>