Shades of Fuego #BEC430
Tints of Fuego #BEC430
RGB
CMYK
RGB Variations
Color information
#BEC430 (or 0xBEC430) is known color: Fuego. HEX triplet: BE, C4 and 30. RGB value is (190,196,48). Sum of RGB (Red+Green+Blue) = 190+196+48=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC430 is #413BCF. Grayscale: #B1B1B1. Windows color (decimal): -4275152 or 3196094. OLE color: 3196094.
HSL color Cylindrical-coordinate representation of color #BEC430: hue angle of 62.43º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEC430 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 48 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.23 |
| HSL | 62.43º | 0.61% | 0.48% | - |
| HSV(B) | 62.43º | 0.76% | 0.77% | - |
| XYZ | 41.51 | 50.64 | 10.38 | - |
| YUV | 177.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 48 | 0.03 | 0 | 0.76 | 0.23 | 62.43 | 0.61 | 0.48 |
| Hex | BE | C4 | 30 | 3 | 0 | 4C | 17 | 3E | 3D | 30 |
| Octal | 276 | 304 | 60 | 3 | 0 | 114 | 27 | 76 | 75 | 60 |
| Binary | 10111110 | 11000100 | 110000 | 11 | 0 | 1001100 | 10111 | 111110 | 111101 | 110000 |
Color Harmonies of #BEC430
Complementary color
Monochromatic Colors of #BEC430
Black with #BEC430
Text Example
Text Example
White with #BEC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC430; }
p { color: rgb(190,196,48); }
H1.HeaderClassName
{
color: #BEC430;
}
.AnyTagClassName
{
color: #BEC430;
}
</style>
background-color css
<style>
a { background-color: #BEC430; }
a { background-color: rgb(190,196,48); }
div.DivClassName
{
background-color: #BEC430;
}
.BgClassName
{
background-color: #BEC430;
}
</style>
border-color css
<style>
span { border-color: #BEC430; }
span { border-color: rgb(190,196,48); }
td.TdClassName
{
border-color: #BEC430;
}
.TagClassName
{
border-color: #BEC430;
}
</style>