Shades of Fuego #BBC336
Tints of Fuego #BBC336
RGB
CMYK
RGB Variations
Color information
#BBC336 (or 0xBBC336) is known color: Fuego. HEX triplet: BB, C3 and 36. RGB value is (187,195,54). Sum of RGB (Red+Green+Blue) = 187+195+54=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC336 is #443CC9. Grayscale: #B1B1B1. Windows color (decimal): -4472010 or 3589051. OLE color: 3589051.
HSL color Cylindrical-coordinate representation of color #BBC336: hue angle of 63.4º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBC336 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 54 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.24 |
| HSL | 63.4º | 0.57% | 0.49% | - |
| HSV(B) | 63.4º | 0.72% | 0.76% | - |
| XYZ | 40.67 | 49.86 | 10.97 | - |
| YUV | 176.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 54 | 0.04 | 0 | 0.72 | 0.24 | 63.4 | 0.57 | 0.49 |
| Hex | BB | C3 | 36 | 4 | 0 | 48 | 18 | 3F | 39 | 31 |
| Octal | 273 | 303 | 66 | 4 | 0 | 110 | 30 | 77 | 71 | 61 |
| Binary | 10111011 | 11000011 | 110110 | 100 | 0 | 1001000 | 11000 | 111111 | 111001 | 110001 |
Color Harmonies of #BBC336
Complementary color
Monochromatic Colors of #BBC336
Black with #BBC336
Text Example
Text Example
White with #BBC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC336; }
p { color: rgb(187,195,54); }
H1.HeaderClassName
{
color: #BBC336;
}
.AnyTagClassName
{
color: #BBC336;
}
</style>
background-color css
<style>
a { background-color: #BBC336; }
a { background-color: rgb(187,195,54); }
div.DivClassName
{
background-color: #BBC336;
}
.BgClassName
{
background-color: #BBC336;
}
</style>
border-color css
<style>
span { border-color: #BBC336; }
span { border-color: rgb(187,195,54); }
td.TdClassName
{
border-color: #BBC336;
}
.TagClassName
{
border-color: #BBC336;
}
</style>