Shades of Fuego #BBC831
Tints of Fuego #BBC831
RGB
CMYK
RGB Variations
Color information
#BBC831 (or 0xBBC831) is known color: Fuego. HEX triplet: BB, C8 and 31. RGB value is (187,200,49). Sum of RGB (Red+Green+Blue) = 187+200+49=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC831 is #4437CE. Grayscale: #B3B3B3. Windows color (decimal): -4470735 or 3262651. OLE color: 3262651.
HSL color Cylindrical-coordinate representation of color #BBC831: hue angle of 65.17º degrees, saturation: 0.61, 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 #BBC831 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 49 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.22 |
| HSL | 65.17º | 0.61% | 0.49% | - |
| HSV(B) | 65.17º | 0.76% | 0.78% | - |
| XYZ | 41.7 | 52.1 | 10.76 | - |
| YUV | 178.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 49 | 0.06 | 0 | 0.76 | 0.22 | 65.17 | 0.61 | 0.49 |
| Hex | BB | C8 | 31 | 6 | 0 | 4C | 16 | 41 | 3D | 31 |
| Octal | 273 | 310 | 61 | 6 | 0 | 114 | 26 | 101 | 75 | 61 |
| Binary | 10111011 | 11001000 | 110001 | 110 | 0 | 1001100 | 10110 | 1000001 | 111101 | 110001 |
Color Harmonies of #BBC831
Complementary color
Monochromatic Colors of #BBC831
Black with #BBC831
Text Example
Text Example
White with #BBC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC831; }
p { color: rgb(187,200,49); }
H1.HeaderClassName
{
color: #BBC831;
}
.AnyTagClassName
{
color: #BBC831;
}
</style>
background-color css
<style>
a { background-color: #BBC831; }
a { background-color: rgb(187,200,49); }
div.DivClassName
{
background-color: #BBC831;
}
.BgClassName
{
background-color: #BBC831;
}
</style>
border-color css
<style>
span { border-color: #BBC831; }
span { border-color: rgb(187,200,49); }
td.TdClassName
{
border-color: #BBC831;
}
.TagClassName
{
border-color: #BBC831;
}
</style>