Shades of Fuego #BCC735
Tints of Fuego #BCC735
RGB
CMYK
RGB Variations
Color information
#BCC735 (or 0xBCC735) is known color: Fuego. HEX triplet: BC, C7 and 35. RGB value is (188,199,53). Sum of RGB (Red+Green+Blue) = 188+199+53=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC735 is #4338CA. Grayscale: #B3B3B3. Windows color (decimal): -4405451 or 3524540. OLE color: 3524540.
HSL color Cylindrical-coordinate representation of color #BCC735: hue angle of 64.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC735 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 53 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.22 |
| HSL | 64.52º | 0.58% | 0.49% | - |
| HSV(B) | 64.52º | 0.73% | 0.78% | - |
| XYZ | 41.81 | 51.8 | 11.16 | - |
| YUV | 179.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 53 | 0.06 | 0 | 0.73 | 0.22 | 64.52 | 0.58 | 0.49 |
| Hex | BC | C7 | 35 | 6 | 0 | 49 | 16 | 41 | 3A | 31 |
| Octal | 274 | 307 | 65 | 6 | 0 | 111 | 26 | 101 | 72 | 61 |
| Binary | 10111100 | 11000111 | 110101 | 110 | 0 | 1001001 | 10110 | 1000001 | 111010 | 110001 |
Color Harmonies of #BCC735
Complementary color
Monochromatic Colors of #BCC735
Black with #BCC735
Text Example
Text Example
White with #BCC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC735; }
p { color: rgb(188,199,53); }
H1.HeaderClassName
{
color: #BCC735;
}
.AnyTagClassName
{
color: #BCC735;
}
</style>
background-color css
<style>
a { background-color: #BCC735; }
a { background-color: rgb(188,199,53); }
div.DivClassName
{
background-color: #BCC735;
}
.BgClassName
{
background-color: #BCC735;
}
</style>
border-color css
<style>
span { border-color: #BCC735; }
span { border-color: rgb(188,199,53); }
td.TdClassName
{
border-color: #BCC735;
}
.TagClassName
{
border-color: #BCC735;
}
</style>