Shades of Fuego #BBE729
Tints of Fuego #BBE729
RGB
CMYK
RGB Variations
Color information
#BBE729 (or 0xBBE729) is known color: Fuego. HEX triplet: BB, E7 and 29. RGB value is (187,231,41). Sum of RGB (Red+Green+Blue) = 187+231+41=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE729 is #4418D6. Grayscale: #C4C4C4. Windows color (decimal): -4462807 or 2746299. OLE color: 2746299.
HSL color Cylindrical-coordinate representation of color #BBE729: hue angle of 73.89º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBE729 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 41 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.09 |
| HSL | 73.89º | 0.8% | 0.53% | - |
| HSV(B) | 73.89º | 0.82% | 0.91% | - |
| XYZ | 49.47 | 67.88 | 12.59 | - |
| YUV | 196.18 | 40.42 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 41 | 0.19 | 0 | 0.82 | 0.09 | 73.89 | 0.8 | 0.53 |
| Hex | BB | E7 | 29 | 13 | 0 | 52 | 9 | 4A | 50 | 35 |
| Octal | 273 | 347 | 51 | 23 | 0 | 122 | 11 | 112 | 120 | 65 |
| Binary | 10111011 | 11100111 | 101001 | 10011 | 0 | 1010010 | 1001 | 1001010 | 1010000 | 110101 |
Color Harmonies of #BBE729
Complementary color
Monochromatic Colors of #BBE729
Black with #BBE729
Text Example
Text Example
White with #BBE729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE729; }
p { color: rgb(187,231,41); }
H1.HeaderClassName
{
color: #BBE729;
}
.AnyTagClassName
{
color: #BBE729;
}
</style>
background-color css
<style>
a { background-color: #BBE729; }
a { background-color: rgb(187,231,41); }
div.DivClassName
{
background-color: #BBE729;
}
.BgClassName
{
background-color: #BBE729;
}
</style>
border-color css
<style>
span { border-color: #BBE729; }
span { border-color: rgb(187,231,41); }
td.TdClassName
{
border-color: #BBE729;
}
.TagClassName
{
border-color: #BBE729;
}
</style>