Shades of Fuego #BBC936
Tints of Fuego #BBC936
RGB
CMYK
RGB Variations
Color information
#BBC936 (or 0xBBC936) is known color: Fuego. HEX triplet: BB, C9 and 36. RGB value is (187,201,54). Sum of RGB (Red+Green+Blue) = 187+201+54=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC936 is #4436C9. Grayscale: #B4B4B4. Windows color (decimal): -4470474 or 3590587. OLE color: 3590587.
HSL color Cylindrical-coordinate representation of color #BBC936: hue angle of 65.71º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBC936 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 54 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.21 |
| HSL | 65.71º | 0.58% | 0.5% | - |
| HSV(B) | 65.71º | 0.73% | 0.79% | - |
| XYZ | 42.05 | 52.6 | 11.43 | - |
| YUV | 180.06 | 56.86 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 54 | 0.07 | 0 | 0.73 | 0.21 | 65.71 | 0.58 | 0.5 |
| Hex | BB | C9 | 36 | 7 | 0 | 49 | 15 | 42 | 3A | 32 |
| Octal | 273 | 311 | 66 | 7 | 0 | 111 | 25 | 102 | 72 | 62 |
| Binary | 10111011 | 11001001 | 110110 | 111 | 0 | 1001001 | 10101 | 1000010 | 111010 | 110010 |
Color Harmonies of #BBC936
Complementary color
Monochromatic Colors of #BBC936
Black with #BBC936
Text Example
Text Example
White with #BBC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC936; }
p { color: rgb(187,201,54); }
H1.HeaderClassName
{
color: #BBC936;
}
.AnyTagClassName
{
color: #BBC936;
}
</style>
background-color css
<style>
a { background-color: #BBC936; }
a { background-color: rgb(187,201,54); }
div.DivClassName
{
background-color: #BBC936;
}
.BgClassName
{
background-color: #BBC936;
}
</style>
border-color css
<style>
span { border-color: #BBC936; }
span { border-color: rgb(187,201,54); }
td.TdClassName
{
border-color: #BBC936;
}
.TagClassName
{
border-color: #BBC936;
}
</style>