Shades of Fuego #BBC032
Tints of Fuego #BBC032
RGB
CMYK
RGB Variations
Color information
#BBC032 (or 0xBBC032) is known color: Fuego. HEX triplet: BB, C0 and 32. RGB value is (187,192,50). Sum of RGB (Red+Green+Blue) = 187+192+50=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC032 is #443FCD. Grayscale: #AEAEAE. Windows color (decimal): -4472782 or 3326139. OLE color: 3326139.
HSL color Cylindrical-coordinate representation of color #BBC032: hue angle of 62.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBC032 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 50 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.25 |
| HSL | 62.11º | 0.59% | 0.47% | - |
| HSV(B) | 62.11º | 0.74% | 0.75% | - |
| XYZ | 39.92 | 48.49 | 10.27 | - |
| YUV | 174.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 50 | 0.03 | 0 | 0.74 | 0.25 | 62.11 | 0.59 | 0.47 |
| Hex | BB | C0 | 32 | 3 | 0 | 4A | 19 | 3E | 3B | 2F |
| Octal | 273 | 300 | 62 | 3 | 0 | 112 | 31 | 76 | 73 | 57 |
| Binary | 10111011 | 11000000 | 110010 | 11 | 0 | 1001010 | 11001 | 111110 | 111011 | 101111 |
Color Harmonies of #BBC032
Complementary color
Monochromatic Colors of #BBC032
Black with #BBC032
Text Example
Text Example
White with #BBC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC032; }
p { color: rgb(187,192,50); }
H1.HeaderClassName
{
color: #BBC032;
}
.AnyTagClassName
{
color: #BBC032;
}
</style>
background-color css
<style>
a { background-color: #BBC032; }
a { background-color: rgb(187,192,50); }
div.DivClassName
{
background-color: #BBC032;
}
.BgClassName
{
background-color: #BBC032;
}
</style>
border-color css
<style>
span { border-color: #BBC032; }
span { border-color: rgb(187,192,50); }
td.TdClassName
{
border-color: #BBC032;
}
.TagClassName
{
border-color: #BBC032;
}
</style>