Shades of Fuego #BBC232
Tints of Fuego #BBC232
RGB
CMYK
RGB Variations
Color information
#BBC232 (or 0xBBC232) is known color: Fuego. HEX triplet: BB, C2 and 32. RGB value is (187,194,50). Sum of RGB (Red+Green+Blue) = 187+194+50=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC232 is #443DCD. Grayscale: #B0B0B0. Windows color (decimal): -4472270 or 3326651. OLE color: 3326651.
HSL color Cylindrical-coordinate representation of color #BBC232: hue angle of 62.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBC232 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 50 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.24 |
| HSL | 62.92º | 0.59% | 0.48% | - |
| HSV(B) | 62.92º | 0.74% | 0.76% | - |
| XYZ | 40.36 | 49.38 | 10.42 | - |
| YUV | 175.49 | 57.18 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 50 | 0.04 | 0 | 0.74 | 0.24 | 62.92 | 0.59 | 0.48 |
| Hex | BB | C2 | 32 | 4 | 0 | 4A | 18 | 3F | 3B | 30 |
| Octal | 273 | 302 | 62 | 4 | 0 | 112 | 30 | 77 | 73 | 60 |
| Binary | 10111011 | 11000010 | 110010 | 100 | 0 | 1001010 | 11000 | 111111 | 111011 | 110000 |
Color Harmonies of #BBC232
Complementary color
Monochromatic Colors of #BBC232
Black with #BBC232
Text Example
Text Example
White with #BBC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC232; }
p { color: rgb(187,194,50); }
H1.HeaderClassName
{
color: #BBC232;
}
.AnyTagClassName
{
color: #BBC232;
}
</style>
background-color css
<style>
a { background-color: #BBC232; }
a { background-color: rgb(187,194,50); }
div.DivClassName
{
background-color: #BBC232;
}
.BgClassName
{
background-color: #BBC232;
}
</style>
border-color css
<style>
span { border-color: #BBC232; }
span { border-color: rgb(187,194,50); }
td.TdClassName
{
border-color: #BBC232;
}
.TagClassName
{
border-color: #BBC232;
}
</style>