Shades of Fuego #BBC235
Tints of Fuego #BBC235
RGB
CMYK
RGB Variations
Color information
#BBC235 (or 0xBBC235) is known color: Fuego. HEX triplet: BB, C2 and 35. RGB value is (187,194,53). Sum of RGB (Red+Green+Blue) = 187+194+53=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC235 is #443DCA. Grayscale: #B0B0B0. Windows color (decimal): -4472267 or 3523259. OLE color: 3523259.
HSL color Cylindrical-coordinate representation of color #BBC235: hue angle of 62.98º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBC235 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 53 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.24 |
| HSL | 62.98º | 0.57% | 0.48% | - |
| HSV(B) | 62.98º | 0.73% | 0.76% | - |
| XYZ | 40.43 | 49.41 | 10.77 | - |
| YUV | 175.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 53 | 0.04 | 0 | 0.73 | 0.24 | 62.98 | 0.57 | 0.48 |
| Hex | BB | C2 | 35 | 4 | 0 | 49 | 18 | 3F | 39 | 30 |
| Octal | 273 | 302 | 65 | 4 | 0 | 111 | 30 | 77 | 71 | 60 |
| Binary | 10111011 | 11000010 | 110101 | 100 | 0 | 1001001 | 11000 | 111111 | 111001 | 110000 |
Color Harmonies of #BBC235
Complementary color
Monochromatic Colors of #BBC235
Black with #BBC235
Text Example
Text Example
White with #BBC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC235; }
p { color: rgb(187,194,53); }
H1.HeaderClassName
{
color: #BBC235;
}
.AnyTagClassName
{
color: #BBC235;
}
</style>
background-color css
<style>
a { background-color: #BBC235; }
a { background-color: rgb(187,194,53); }
div.DivClassName
{
background-color: #BBC235;
}
.BgClassName
{
background-color: #BBC235;
}
</style>
border-color css
<style>
span { border-color: #BBC235; }
span { border-color: rgb(187,194,53); }
td.TdClassName
{
border-color: #BBC235;
}
.TagClassName
{
border-color: #BBC235;
}
</style>