Shades of Fuego #BED723
Tints of Fuego #BED723
RGB
CMYK
RGB Variations
Color information
#BED723 (or 0xBED723) is known color: Fuego. HEX triplet: BE, D7 and 23. RGB value is (190,215,35). Sum of RGB (Red+Green+Blue) = 190+215+35=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #BED723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED723 is #4128DC. Grayscale: #BBBBBB. Windows color (decimal): -4270301 or 2348990. OLE color: 2348990.
HSL color Cylindrical-coordinate representation of color #BED723: hue angle of 68.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED723 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 35 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.16 |
| HSL | 68.33º | 0.72% | 0.49% | - |
| HSV(B) | 68.33º | 0.84% | 0.84% | - |
| XYZ | 45.84 | 59.67 | 10.69 | - |
| YUV | 187.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 35 | 0.12 | 0 | 0.84 | 0.16 | 68.33 | 0.72 | 0.49 |
| Hex | BE | D7 | 23 | C | 0 | 54 | 10 | 44 | 48 | 31 |
| Octal | 276 | 327 | 43 | 14 | 0 | 124 | 20 | 104 | 110 | 61 |
| Binary | 10111110 | 11010111 | 100011 | 1100 | 0 | 1010100 | 10000 | 1000100 | 1001000 | 110001 |
Color Harmonies of #BED723
Complementary color
Monochromatic Colors of #BED723
Black with #BED723
Text Example
Text Example
White with #BED723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED723; }
p { color: rgb(190,215,35); }
H1.HeaderClassName
{
color: #BED723;
}
.AnyTagClassName
{
color: #BED723;
}
</style>
background-color css
<style>
a { background-color: #BED723; }
a { background-color: rgb(190,215,35); }
div.DivClassName
{
background-color: #BED723;
}
.BgClassName
{
background-color: #BED723;
}
</style>
border-color css
<style>
span { border-color: #BED723; }
span { border-color: rgb(190,215,35); }
td.TdClassName
{
border-color: #BED723;
}
.TagClassName
{
border-color: #BED723;
}
</style>