Shades of Fuego #BBC031
Tints of Fuego #BBC031
RGB
CMYK
RGB Variations
Color information
#BBC031 (or 0xBBC031) is known color: Fuego. HEX triplet: BB, C0 and 31. RGB value is (187,192,49). Sum of RGB (Red+Green+Blue) = 187+192+49=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC031 is #443FCE. Grayscale: #AEAEAE. Windows color (decimal): -4472783 or 3260603. OLE color: 3260603.
HSL color Cylindrical-coordinate representation of color #BBC031: hue angle of 62.1º 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 #BBC031 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 49 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.25 |
| HSL | 62.1º | 0.59% | 0.47% | - |
| HSV(B) | 62.1º | 0.74% | 0.75% | - |
| XYZ | 39.9 | 48.49 | 10.16 | - |
| YUV | 174.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 49 | 0.03 | 0 | 0.74 | 0.25 | 62.1 | 0.59 | 0.47 |
| Hex | BB | C0 | 31 | 3 | 0 | 4A | 19 | 3E | 3B | 2F |
| Octal | 273 | 300 | 61 | 3 | 0 | 112 | 31 | 76 | 73 | 57 |
| Binary | 10111011 | 11000000 | 110001 | 11 | 0 | 1001010 | 11001 | 111110 | 111011 | 101111 |
Color Harmonies of #BBC031
Complementary color
Monochromatic Colors of #BBC031
Black with #BBC031
Text Example
Text Example
White with #BBC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC031; }
p { color: rgb(187,192,49); }
H1.HeaderClassName
{
color: #BBC031;
}
.AnyTagClassName
{
color: #BBC031;
}
</style>
background-color css
<style>
a { background-color: #BBC031; }
a { background-color: rgb(187,192,49); }
div.DivClassName
{
background-color: #BBC031;
}
.BgClassName
{
background-color: #BBC031;
}
</style>
border-color css
<style>
span { border-color: #BBC031; }
span { border-color: rgb(187,192,49); }
td.TdClassName
{
border-color: #BBC031;
}
.TagClassName
{
border-color: #BBC031;
}
</style>