Shades of Fuego #BBC931
Tints of Fuego #BBC931
RGB
CMYK
RGB Variations
Color information
#BBC931 (or 0xBBC931) is known color: Fuego. HEX triplet: BB, C9 and 31. RGB value is (187,201,49). Sum of RGB (Red+Green+Blue) = 187+201+49=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC931 is #4436CE. Grayscale: #B4B4B4. Windows color (decimal): -4470479 or 3262907. OLE color: 3262907.
HSL color Cylindrical-coordinate representation of color #BBC931: hue angle of 65.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC931 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 49 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.21 |
| HSL | 65.53º | 0.61% | 0.49% | - |
| HSV(B) | 65.53º | 0.76% | 0.79% | - |
| XYZ | 41.93 | 52.56 | 10.84 | - |
| YUV | 179.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 49 | 0.07 | 0 | 0.76 | 0.21 | 65.53 | 0.61 | 0.49 |
| Hex | BB | C9 | 31 | 7 | 0 | 4C | 15 | 42 | 3D | 31 |
| Octal | 273 | 311 | 61 | 7 | 0 | 114 | 25 | 102 | 75 | 61 |
| Binary | 10111011 | 11001001 | 110001 | 111 | 0 | 1001100 | 10101 | 1000010 | 111101 | 110001 |
Color Harmonies of #BBC931
Complementary color
Monochromatic Colors of #BBC931
Black with #BBC931
Text Example
Text Example
White with #BBC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC931; }
p { color: rgb(187,201,49); }
H1.HeaderClassName
{
color: #BBC931;
}
.AnyTagClassName
{
color: #BBC931;
}
</style>
background-color css
<style>
a { background-color: #BBC931; }
a { background-color: rgb(187,201,49); }
div.DivClassName
{
background-color: #BBC931;
}
.BgClassName
{
background-color: #BBC931;
}
</style>
border-color css
<style>
span { border-color: #BBC931; }
span { border-color: rgb(187,201,49); }
td.TdClassName
{
border-color: #BBC931;
}
.TagClassName
{
border-color: #BBC931;
}
</style>