Shades of Fuego #BDC735
Tints of Fuego #BDC735
RGB
CMYK
RGB Variations
Color information
#BDC735 (or 0xBDC735) is known color: Fuego. HEX triplet: BD, C7 and 35. RGB value is (189,199,53). Sum of RGB (Red+Green+Blue) = 189+199+53=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC735 is #4238CA. Grayscale: #B3B3B3. Windows color (decimal): -4339915 or 3524541. OLE color: 3524541.
HSL color Cylindrical-coordinate representation of color #BDC735: hue angle of 64.11º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC735 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 53 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.22 |
| HSL | 64.11º | 0.58% | 0.49% | - |
| HSV(B) | 64.11º | 0.73% | 0.78% | - |
| XYZ | 42.05 | 51.92 | 11.17 | - |
| YUV | 179.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 53 | 0.05 | 0 | 0.73 | 0.22 | 64.11 | 0.58 | 0.49 |
| Hex | BD | C7 | 35 | 5 | 0 | 49 | 16 | 40 | 3A | 31 |
| Octal | 275 | 307 | 65 | 5 | 0 | 111 | 26 | 100 | 72 | 61 |
| Binary | 10111101 | 11000111 | 110101 | 101 | 0 | 1001001 | 10110 | 1000000 | 111010 | 110001 |
Color Harmonies of #BDC735
Complementary color
Monochromatic Colors of #BDC735
Black with #BDC735
Text Example
Text Example
White with #BDC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC735; }
p { color: rgb(189,199,53); }
H1.HeaderClassName
{
color: #BDC735;
}
.AnyTagClassName
{
color: #BDC735;
}
</style>
background-color css
<style>
a { background-color: #BDC735; }
a { background-color: rgb(189,199,53); }
div.DivClassName
{
background-color: #BDC735;
}
.BgClassName
{
background-color: #BDC735;
}
</style>
border-color css
<style>
span { border-color: #BDC735; }
span { border-color: rgb(189,199,53); }
td.TdClassName
{
border-color: #BDC735;
}
.TagClassName
{
border-color: #BDC735;
}
</style>