Shades of Fuego #BECB37
Tints of Fuego #BECB37
RGB
CMYK
RGB Variations
Color information
#BECB37 (or 0xBECB37) is known color: Fuego. HEX triplet: BE, CB and 37. RGB value is (190,203,55). Sum of RGB (Red+Green+Blue) = 190+203+55=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB37 is #4134C8. Grayscale: #B6B6B6. Windows color (decimal): -4273353 or 3656638. OLE color: 3656638.
HSL color Cylindrical-coordinate representation of color #BECB37: hue angle of 65.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BECB37 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 55 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.20 |
| HSL | 65.27º | 0.59% | 0.51% | - |
| HSV(B) | 65.27º | 0.73% | 0.8% | - |
| XYZ | 43.28 | 53.93 | 11.74 | - |
| YUV | 182.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 55 | 0.06 | 0 | 0.73 | 0.20 | 65.27 | 0.59 | 0.51 |
| Hex | BE | CB | 37 | 6 | 0 | 49 | 14 | 41 | 3B | 33 |
| Octal | 276 | 313 | 67 | 6 | 0 | 111 | 24 | 101 | 73 | 63 |
| Binary | 10111110 | 11001011 | 110111 | 110 | 0 | 1001001 | 10100 | 1000001 | 111011 | 110011 |
Color Harmonies of #BECB37
Complementary color
Monochromatic Colors of #BECB37
Black with #BECB37
Text Example
Text Example
White with #BECB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB37; }
p { color: rgb(190,203,55); }
H1.HeaderClassName
{
color: #BECB37;
}
.AnyTagClassName
{
color: #BECB37;
}
</style>
background-color css
<style>
a { background-color: #BECB37; }
a { background-color: rgb(190,203,55); }
div.DivClassName
{
background-color: #BECB37;
}
.BgClassName
{
background-color: #BECB37;
}
</style>
border-color css
<style>
span { border-color: #BECB37; }
span { border-color: rgb(190,203,55); }
td.TdClassName
{
border-color: #BECB37;
}
.TagClassName
{
border-color: #BECB37;
}
</style>