Shades of Fuego #BEC932
Tints of Fuego #BEC932
RGB
CMYK
RGB Variations
Color information
#BEC932 (or 0xBEC932) is known color: Fuego. HEX triplet: BE, C9 and 32. RGB value is (190,201,50). Sum of RGB (Red+Green+Blue) = 190+201+50=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC932 is #4136CD. Grayscale: #B5B5B5. Windows color (decimal): -4273870 or 3328446. OLE color: 3328446.
HSL color Cylindrical-coordinate representation of color #BEC932: hue angle of 64.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC932 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 50 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.21 |
| HSL | 64.37º | 0.6% | 0.49% | - |
| HSV(B) | 64.37º | 0.75% | 0.79% | - |
| XYZ | 42.7 | 52.95 | 10.99 | - |
| YUV | 180.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 50 | 0.05 | 0 | 0.75 | 0.21 | 64.37 | 0.6 | 0.49 |
| Hex | BE | C9 | 32 | 5 | 0 | 4B | 15 | 40 | 3C | 31 |
| Octal | 276 | 311 | 62 | 5 | 0 | 113 | 25 | 100 | 74 | 61 |
| Binary | 10111110 | 11001001 | 110010 | 101 | 0 | 1001011 | 10101 | 1000000 | 111100 | 110001 |
Color Harmonies of #BEC932
Complementary color
Monochromatic Colors of #BEC932
Black with #BEC932
Text Example
Text Example
White with #BEC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC932; }
p { color: rgb(190,201,50); }
H1.HeaderClassName
{
color: #BEC932;
}
.AnyTagClassName
{
color: #BEC932;
}
</style>
background-color css
<style>
a { background-color: #BEC932; }
a { background-color: rgb(190,201,50); }
div.DivClassName
{
background-color: #BEC932;
}
.BgClassName
{
background-color: #BEC932;
}
</style>
border-color css
<style>
span { border-color: #BEC932; }
span { border-color: rgb(190,201,50); }
td.TdClassName
{
border-color: #BEC932;
}
.TagClassName
{
border-color: #BEC932;
}
</style>