Shades of Fuego #BDC730
Tints of Fuego #BDC730
RGB
CMYK
RGB Variations
Color information
#BDC730 (or 0xBDC730) is known color: Fuego. HEX triplet: BD, C7 and 30. RGB value is (189,199,48). Sum of RGB (Red+Green+Blue) = 189+199+48=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC730 is #4238CF. Grayscale: #B3B3B3. Windows color (decimal): -4339920 or 3196861. OLE color: 3196861.
HSL color Cylindrical-coordinate representation of color #BDC730: hue angle of 63.97º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC730 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 48 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.22 |
| HSL | 63.97º | 0.61% | 0.48% | - |
| HSV(B) | 63.97º | 0.76% | 0.78% | - |
| XYZ | 41.94 | 51.88 | 10.6 | - |
| YUV | 178.8 | 54.19 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 48 | 0.05 | 0 | 0.76 | 0.22 | 63.97 | 0.61 | 0.48 |
| Hex | BD | C7 | 30 | 5 | 0 | 4C | 16 | 40 | 3D | 30 |
| Octal | 275 | 307 | 60 | 5 | 0 | 114 | 26 | 100 | 75 | 60 |
| Binary | 10111101 | 11000111 | 110000 | 101 | 0 | 1001100 | 10110 | 1000000 | 111101 | 110000 |
Color Harmonies of #BDC730
Complementary color
Monochromatic Colors of #BDC730
Black with #BDC730
Text Example
Text Example
White with #BDC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC730; }
p { color: rgb(189,199,48); }
H1.HeaderClassName
{
color: #BDC730;
}
.AnyTagClassName
{
color: #BDC730;
}
</style>
background-color css
<style>
a { background-color: #BDC730; }
a { background-color: rgb(189,199,48); }
div.DivClassName
{
background-color: #BDC730;
}
.BgClassName
{
background-color: #BDC730;
}
</style>
border-color css
<style>
span { border-color: #BDC730; }
span { border-color: rgb(189,199,48); }
td.TdClassName
{
border-color: #BDC730;
}
.TagClassName
{
border-color: #BDC730;
}
</style>