Shades of Fuego #BECD3A
Tints of Fuego #BECD3A
RGB
CMYK
RGB Variations
Color information
#BECD3A (or 0xBECD3A) is known color: Fuego. HEX triplet: BE, CD and 3A. RGB value is (190,205,58). Sum of RGB (Red+Green+Blue) = 190+205+58=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD3A is #4132C5. Grayscale: #B8B8B8. Windows color (decimal): -4272838 or 3853758. OLE color: 3853758.
HSL color Cylindrical-coordinate representation of color #BECD3A: hue angle of 66.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BECD3A is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 58 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.20 |
| HSL | 66.12º | 0.6% | 0.52% | - |
| HSV(B) | 66.12º | 0.72% | 0.8% | - |
| XYZ | 43.83 | 54.92 | 12.29 | - |
| YUV | 183.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 58 | 0.07 | 0 | 0.72 | 0.20 | 66.12 | 0.6 | 0.52 |
| Hex | BE | CD | 3A | 7 | 0 | 48 | 14 | 42 | 3C | 34 |
| Octal | 276 | 315 | 72 | 7 | 0 | 110 | 24 | 102 | 74 | 64 |
| Binary | 10111110 | 11001101 | 111010 | 111 | 0 | 1001000 | 10100 | 1000010 | 111100 | 110100 |
Color Harmonies of #BECD3A
Complementary color
Monochromatic Colors of #BECD3A
Black with #BECD3A
Text Example
Text Example
White with #BECD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD3A; }
p { color: rgb(190,205,58); }
H1.HeaderClassName
{
color: #BECD3A;
}
.AnyTagClassName
{
color: #BECD3A;
}
</style>
background-color css
<style>
a { background-color: #BECD3A; }
a { background-color: rgb(190,205,58); }
div.DivClassName
{
background-color: #BECD3A;
}
.BgClassName
{
background-color: #BECD3A;
}
</style>
border-color css
<style>
span { border-color: #BECD3A; }
span { border-color: rgb(190,205,58); }
td.TdClassName
{
border-color: #BECD3A;
}
.TagClassName
{
border-color: #BECD3A;
}
</style>