Shades of Fuego #BBC436
Tints of Fuego #BBC436
RGB
CMYK
RGB Variations
Color information
#BBC436 (or 0xBBC436) is known color: Fuego. HEX triplet: BB, C4 and 36. RGB value is (187,196,54). Sum of RGB (Red+Green+Blue) = 187+196+54=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC436 is #443BC9. Grayscale: #B1B1B1. Windows color (decimal): -4471754 or 3589307. OLE color: 3589307.
HSL color Cylindrical-coordinate representation of color #BBC436: hue angle of 63.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBC436 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 54 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.23 |
| HSL | 63.8º | 0.57% | 0.49% | - |
| HSV(B) | 63.8º | 0.72% | 0.77% | - |
| XYZ | 40.9 | 50.31 | 11.05 | - |
| YUV | 177.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 54 | 0.05 | 0 | 0.72 | 0.23 | 63.8 | 0.57 | 0.49 |
| Hex | BB | C4 | 36 | 5 | 0 | 48 | 17 | 40 | 39 | 31 |
| Octal | 273 | 304 | 66 | 5 | 0 | 110 | 27 | 100 | 71 | 61 |
| Binary | 10111011 | 11000100 | 110110 | 101 | 0 | 1001000 | 10111 | 1000000 | 111001 | 110001 |
Color Harmonies of #BBC436
Complementary color
Monochromatic Colors of #BBC436
Black with #BBC436
Text Example
Text Example
White with #BBC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC436; }
p { color: rgb(187,196,54); }
H1.HeaderClassName
{
color: #BBC436;
}
.AnyTagClassName
{
color: #BBC436;
}
</style>
background-color css
<style>
a { background-color: #BBC436; }
a { background-color: rgb(187,196,54); }
div.DivClassName
{
background-color: #BBC436;
}
.BgClassName
{
background-color: #BBC436;
}
</style>
border-color css
<style>
span { border-color: #BBC436; }
span { border-color: rgb(187,196,54); }
td.TdClassName
{
border-color: #BBC436;
}
.TagClassName
{
border-color: #BBC436;
}
</style>