Shades of Fuego #BBC939
Tints of Fuego #BBC939
RGB
CMYK
RGB Variations
Color information
#BBC939 (or 0xBBC939) is known color: Fuego. HEX triplet: BB, C9 and 39. RGB value is (187,201,57). Sum of RGB (Red+Green+Blue) = 187+201+57=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC939 is #4436C6. Grayscale: #B4B4B4. Windows color (decimal): -4470471 or 3787195. OLE color: 3787195.
HSL color Cylindrical-coordinate representation of color #BBC939: hue angle of 65.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBC939 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 57 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.21 |
| HSL | 65.83º | 0.57% | 0.51% | - |
| HSV(B) | 65.83º | 0.72% | 0.79% | - |
| XYZ | 42.12 | 52.63 | 11.81 | - |
| YUV | 180.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 57 | 0.07 | 0 | 0.72 | 0.21 | 65.83 | 0.57 | 0.51 |
| Hex | BB | C9 | 39 | 7 | 0 | 48 | 15 | 42 | 39 | 33 |
| Octal | 273 | 311 | 71 | 7 | 0 | 110 | 25 | 102 | 71 | 63 |
| Binary | 10111011 | 11001001 | 111001 | 111 | 0 | 1001000 | 10101 | 1000010 | 111001 | 110011 |
Color Harmonies of #BBC939
Complementary color
Monochromatic Colors of #BBC939
Black with #BBC939
Text Example
Text Example
White with #BBC939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC939; }
p { color: rgb(187,201,57); }
H1.HeaderClassName
{
color: #BBC939;
}
.AnyTagClassName
{
color: #BBC939;
}
</style>
background-color css
<style>
a { background-color: #BBC939; }
a { background-color: rgb(187,201,57); }
div.DivClassName
{
background-color: #BBC939;
}
.BgClassName
{
background-color: #BBC939;
}
</style>
border-color css
<style>
span { border-color: #BBC939; }
span { border-color: rgb(187,201,57); }
td.TdClassName
{
border-color: #BBC939;
}
.TagClassName
{
border-color: #BBC939;
}
</style>