Shades of Fuego #BED327
Tints of Fuego #BED327
RGB
CMYK
RGB Variations
Color information
#BED327 (or 0xBED327) is known color: Fuego. HEX triplet: BE, D3 and 27. RGB value is (190,211,39). Sum of RGB (Red+Green+Blue) = 190+211+39=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #BED327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED327 is #412CD8. Grayscale: #B9B9B9. Windows color (decimal): -4271321 or 2610110. OLE color: 2610110.
HSL color Cylindrical-coordinate representation of color #BED327: hue angle of 67.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BED327 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 39 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.17 |
| HSL | 67.33º | 0.69% | 0.49% | - |
| HSV(B) | 67.33º | 0.82% | 0.83% | - |
| XYZ | 44.9 | 57.68 | 10.69 | - |
| YUV | 185.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 39 | 0.10 | 0 | 0.82 | 0.17 | 67.33 | 0.69 | 0.49 |
| Hex | BE | D3 | 27 | A | 0 | 52 | 11 | 43 | 45 | 31 |
| Octal | 276 | 323 | 47 | 12 | 0 | 122 | 21 | 103 | 105 | 61 |
| Binary | 10111110 | 11010011 | 100111 | 1010 | 0 | 1010010 | 10001 | 1000011 | 1000101 | 110001 |
Color Harmonies of #BED327
Complementary color
Monochromatic Colors of #BED327
Black with #BED327
Text Example
Text Example
White with #BED327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED327; }
p { color: rgb(190,211,39); }
H1.HeaderClassName
{
color: #BED327;
}
.AnyTagClassName
{
color: #BED327;
}
</style>
background-color css
<style>
a { background-color: #BED327; }
a { background-color: rgb(190,211,39); }
div.DivClassName
{
background-color: #BED327;
}
.BgClassName
{
background-color: #BED327;
}
</style>
border-color css
<style>
span { border-color: #BED327; }
span { border-color: rgb(190,211,39); }
td.TdClassName
{
border-color: #BED327;
}
.TagClassName
{
border-color: #BED327;
}
</style>