Shades of Fuego #BBC730
Tints of Fuego #BBC730
RGB
CMYK
RGB Variations
Color information
#BBC730 (or 0xBBC730) is known color: Fuego. HEX triplet: BB, C7 and 30. RGB value is (187,199,48). Sum of RGB (Red+Green+Blue) = 187+199+48=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC730 is #4438CF. Grayscale: #B2B2B2. Windows color (decimal): -4470992 or 3196859. OLE color: 3196859.
HSL color Cylindrical-coordinate representation of color #BBC730: hue angle of 64.77º 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 #BBC730 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 48 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.22 |
| HSL | 64.77º | 0.61% | 0.48% | - |
| HSV(B) | 64.77º | 0.76% | 0.78% | - |
| XYZ | 41.45 | 51.63 | 10.58 | - |
| YUV | 178.2 | 54.52 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 48 | 0.06 | 0 | 0.76 | 0.22 | 64.77 | 0.61 | 0.48 |
| Hex | BB | C7 | 30 | 6 | 0 | 4C | 16 | 41 | 3D | 30 |
| Octal | 273 | 307 | 60 | 6 | 0 | 114 | 26 | 101 | 75 | 60 |
| Binary | 10111011 | 11000111 | 110000 | 110 | 0 | 1001100 | 10110 | 1000001 | 111101 | 110000 |
Color Harmonies of #BBC730
Complementary color
Monochromatic Colors of #BBC730
Black with #BBC730
Text Example
Text Example
White with #BBC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC730; }
p { color: rgb(187,199,48); }
H1.HeaderClassName
{
color: #BBC730;
}
.AnyTagClassName
{
color: #BBC730;
}
</style>
background-color css
<style>
a { background-color: #BBC730; }
a { background-color: rgb(187,199,48); }
div.DivClassName
{
background-color: #BBC730;
}
.BgClassName
{
background-color: #BBC730;
}
</style>
border-color css
<style>
span { border-color: #BBC730; }
span { border-color: rgb(187,199,48); }
td.TdClassName
{
border-color: #BBC730;
}
.TagClassName
{
border-color: #BBC730;
}
</style>