Shades of Fuego #BBC132
Tints of Fuego #BBC132
RGB
CMYK
RGB Variations
Color information
#BBC132 (or 0xBBC132) is known color: Fuego. HEX triplet: BB, C1 and 32. RGB value is (187,193,50). Sum of RGB (Red+Green+Blue) = 187+193+50=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC132 is #443ECD. Grayscale: #AFAFAF. Windows color (decimal): -4472526 or 3326395. OLE color: 3326395.
HSL color Cylindrical-coordinate representation of color #BBC132: hue angle of 62.52º 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 #BBC132 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 50 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.24 |
| HSL | 62.52º | 0.59% | 0.48% | - |
| HSV(B) | 62.52º | 0.74% | 0.76% | - |
| XYZ | 40.14 | 48.94 | 10.35 | - |
| YUV | 174.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 50 | 0.03 | 0 | 0.74 | 0.24 | 62.52 | 0.59 | 0.48 |
| Hex | BB | C1 | 32 | 3 | 0 | 4A | 18 | 3F | 3B | 30 |
| Octal | 273 | 301 | 62 | 3 | 0 | 112 | 30 | 77 | 73 | 60 |
| Binary | 10111011 | 11000001 | 110010 | 11 | 0 | 1001010 | 11000 | 111111 | 111011 | 110000 |
Color Harmonies of #BBC132
Complementary color
Monochromatic Colors of #BBC132
Black with #BBC132
Text Example
Text Example
White with #BBC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC132; }
p { color: rgb(187,193,50); }
H1.HeaderClassName
{
color: #BBC132;
}
.AnyTagClassName
{
color: #BBC132;
}
</style>
background-color css
<style>
a { background-color: #BBC132; }
a { background-color: rgb(187,193,50); }
div.DivClassName
{
background-color: #BBC132;
}
.BgClassName
{
background-color: #BBC132;
}
</style>
border-color css
<style>
span { border-color: #BBC132; }
span { border-color: rgb(187,193,50); }
td.TdClassName
{
border-color: #BBC132;
}
.TagClassName
{
border-color: #BBC132;
}
</style>