Shades of Fuego #BCC734
Tints of Fuego #BCC734
RGB
CMYK
RGB Variations
Color information
#BCC734 (or 0xBCC734) is known color: Fuego. HEX triplet: BC, C7 and 34. RGB value is (188,199,52). Sum of RGB (Red+Green+Blue) = 188+199+52=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC734 is #4338CB. Grayscale: #B3B3B3. Windows color (decimal): -4405452 or 3459004. OLE color: 3459004.
HSL color Cylindrical-coordinate representation of color #BCC734: hue angle of 64.49º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC734 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 52 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.22 |
| HSL | 64.49º | 0.59% | 0.49% | - |
| HSV(B) | 64.49º | 0.74% | 0.78% | - |
| XYZ | 41.78 | 51.79 | 11.04 | - |
| YUV | 178.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 52 | 0.06 | 0 | 0.74 | 0.22 | 64.49 | 0.59 | 0.49 |
| Hex | BC | C7 | 34 | 6 | 0 | 4A | 16 | 40 | 3B | 31 |
| Octal | 274 | 307 | 64 | 6 | 0 | 112 | 26 | 100 | 73 | 61 |
| Binary | 10111100 | 11000111 | 110100 | 110 | 0 | 1001010 | 10110 | 1000000 | 111011 | 110001 |
Color Harmonies of #BCC734
Complementary color
Monochromatic Colors of #BCC734
Black with #BCC734
Text Example
Text Example
White with #BCC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC734; }
p { color: rgb(188,199,52); }
H1.HeaderClassName
{
color: #BCC734;
}
.AnyTagClassName
{
color: #BCC734;
}
</style>
background-color css
<style>
a { background-color: #BCC734; }
a { background-color: rgb(188,199,52); }
div.DivClassName
{
background-color: #BCC734;
}
.BgClassName
{
background-color: #BCC734;
}
</style>
border-color css
<style>
span { border-color: #BCC734; }
span { border-color: rgb(188,199,52); }
td.TdClassName
{
border-color: #BCC734;
}
.TagClassName
{
border-color: #BCC734;
}
</style>