Shades of Fuego #BCC732
Tints of Fuego #BCC732
RGB
CMYK
RGB Variations
Color information
#BCC732 (or 0xBCC732) is known color: Fuego. HEX triplet: BC, C7 and 32. RGB value is (188,199,50). Sum of RGB (Red+Green+Blue) = 188+199+50=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC732 is #4338CD. Grayscale: #B3B3B3. Windows color (decimal): -4405454 or 3327932. OLE color: 3327932.
HSL color Cylindrical-coordinate representation of color #BCC732: hue angle of 64.43º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC732 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 50 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.22 |
| HSL | 64.43º | 0.6% | 0.49% | - |
| HSV(B) | 64.43º | 0.75% | 0.78% | - |
| XYZ | 41.74 | 51.77 | 10.81 | - |
| YUV | 178.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 50 | 0.06 | 0 | 0.75 | 0.22 | 64.43 | 0.6 | 0.49 |
| Hex | BC | C7 | 32 | 6 | 0 | 4B | 16 | 40 | 3C | 31 |
| Octal | 274 | 307 | 62 | 6 | 0 | 113 | 26 | 100 | 74 | 61 |
| Binary | 10111100 | 11000111 | 110010 | 110 | 0 | 1001011 | 10110 | 1000000 | 111100 | 110001 |
Color Harmonies of #BCC732
Complementary color
Monochromatic Colors of #BCC732
Black with #BCC732
Text Example
Text Example
White with #BCC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC732; }
p { color: rgb(188,199,50); }
H1.HeaderClassName
{
color: #BCC732;
}
.AnyTagClassName
{
color: #BCC732;
}
</style>
background-color css
<style>
a { background-color: #BCC732; }
a { background-color: rgb(188,199,50); }
div.DivClassName
{
background-color: #BCC732;
}
.BgClassName
{
background-color: #BCC732;
}
</style>
border-color css
<style>
span { border-color: #BCC732; }
span { border-color: rgb(188,199,50); }
td.TdClassName
{
border-color: #BCC732;
}
.TagClassName
{
border-color: #BCC732;
}
</style>