Shades of Fuego #BDC731
Tints of Fuego #BDC731
RGB
CMYK
RGB Variations
Color information
#BDC731 (or 0xBDC731) is known color: Fuego. HEX triplet: BD, C7 and 31. RGB value is (189,199,49). Sum of RGB (Red+Green+Blue) = 189+199+49=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC731 is #4238CE. Grayscale: #B3B3B3. Windows color (decimal): -4339919 or 3262397. OLE color: 3262397.
HSL color Cylindrical-coordinate representation of color #BDC731: hue angle of 64º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC731 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 49 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.22 |
| HSL | 64º | 0.6% | 0.49% | - |
| HSV(B) | 64º | 0.75% | 0.78% | - |
| XYZ | 41.96 | 51.89 | 10.71 | - |
| YUV | 178.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 49 | 0.05 | 0 | 0.75 | 0.22 | 64 | 0.6 | 0.49 |
| Hex | BD | C7 | 31 | 5 | 0 | 4B | 16 | 40 | 3C | 31 |
| Octal | 275 | 307 | 61 | 5 | 0 | 113 | 26 | 100 | 74 | 61 |
| Binary | 10111101 | 11000111 | 110001 | 101 | 0 | 1001011 | 10110 | 1000000 | 111100 | 110001 |
Color Harmonies of #BDC731
Complementary color
Monochromatic Colors of #BDC731
Black with #BDC731
Text Example
Text Example
White with #BDC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC731; }
p { color: rgb(189,199,49); }
H1.HeaderClassName
{
color: #BDC731;
}
.AnyTagClassName
{
color: #BDC731;
}
</style>
background-color css
<style>
a { background-color: #BDC731; }
a { background-color: rgb(189,199,49); }
div.DivClassName
{
background-color: #BDC731;
}
.BgClassName
{
background-color: #BDC731;
}
</style>
border-color css
<style>
span { border-color: #BDC731; }
span { border-color: rgb(189,199,49); }
td.TdClassName
{
border-color: #BDC731;
}
.TagClassName
{
border-color: #BDC731;
}
</style>