Shades of Fuego #BEC433
Tints of Fuego #BEC433
RGB
CMYK
RGB Variations
Color information
#BEC433 (or 0xBEC433) is known color: Fuego. HEX triplet: BE, C4 and 33. RGB value is (190,196,51). Sum of RGB (Red+Green+Blue) = 190+196+51=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC433 is #413BCC. Grayscale: #B2B2B2. Windows color (decimal): -4275149 or 3392702. OLE color: 3392702.
HSL color Cylindrical-coordinate representation of color #BEC433: hue angle of 62.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC433 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 51 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.23 |
| HSL | 62.48º | 0.59% | 0.48% | - |
| HSV(B) | 62.48º | 0.74% | 0.77% | - |
| XYZ | 41.57 | 50.67 | 10.72 | - |
| YUV | 177.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 51 | 0.03 | 0 | 0.74 | 0.23 | 62.48 | 0.59 | 0.48 |
| Hex | BE | C4 | 33 | 3 | 0 | 4A | 17 | 3E | 3B | 30 |
| Octal | 276 | 304 | 63 | 3 | 0 | 112 | 27 | 76 | 73 | 60 |
| Binary | 10111110 | 11000100 | 110011 | 11 | 0 | 1001010 | 10111 | 111110 | 111011 | 110000 |
Color Harmonies of #BEC433
Complementary color
Monochromatic Colors of #BEC433
Black with #BEC433
Text Example
Text Example
White with #BEC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC433; }
p { color: rgb(190,196,51); }
H1.HeaderClassName
{
color: #BEC433;
}
.AnyTagClassName
{
color: #BEC433;
}
</style>
background-color css
<style>
a { background-color: #BEC433; }
a { background-color: rgb(190,196,51); }
div.DivClassName
{
background-color: #BEC433;
}
.BgClassName
{
background-color: #BEC433;
}
</style>
border-color css
<style>
span { border-color: #BEC433; }
span { border-color: rgb(190,196,51); }
td.TdClassName
{
border-color: #BEC433;
}
.TagClassName
{
border-color: #BEC433;
}
</style>