Shades of Fuego #BECE2B
Tints of Fuego #BECE2B
RGB
CMYK
RGB Variations
Color information
#BECE2B (or 0xBECE2B) is known color: Fuego. HEX triplet: BE, CE and 2B. RGB value is (190,206,43). Sum of RGB (Red+Green+Blue) = 190+206+43=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE2B is #4131D4. Grayscale: #B7B7B7. Windows color (decimal): -4272597 or 2870974. OLE color: 2870974.
HSL color Cylindrical-coordinate representation of color #BECE2B: hue angle of 65.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BECE2B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 43 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.19 |
| HSL | 65.89º | 0.65% | 0.49% | - |
| HSV(B) | 65.89º | 0.79% | 0.81% | - |
| XYZ | 43.74 | 55.26 | 10.65 | - |
| YUV | 182.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 43 | 0.08 | 0 | 0.79 | 0.19 | 65.89 | 0.65 | 0.49 |
| Hex | BE | CE | 2B | 8 | 0 | 4F | 13 | 42 | 41 | 31 |
| Octal | 276 | 316 | 53 | 10 | 0 | 117 | 23 | 102 | 101 | 61 |
| Binary | 10111110 | 11001110 | 101011 | 1000 | 0 | 1001111 | 10011 | 1000010 | 1000001 | 110001 |
Color Harmonies of #BECE2B
Complementary color
Monochromatic Colors of #BECE2B
Black with #BECE2B
Text Example
Text Example
White with #BECE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE2B; }
p { color: rgb(190,206,43); }
H1.HeaderClassName
{
color: #BECE2B;
}
.AnyTagClassName
{
color: #BECE2B;
}
</style>
background-color css
<style>
a { background-color: #BECE2B; }
a { background-color: rgb(190,206,43); }
div.DivClassName
{
background-color: #BECE2B;
}
.BgClassName
{
background-color: #BECE2B;
}
</style>
border-color css
<style>
span { border-color: #BECE2B; }
span { border-color: rgb(190,206,43); }
td.TdClassName
{
border-color: #BECE2B;
}
.TagClassName
{
border-color: #BECE2B;
}
</style>