Shades of Fuego #BBC134
Tints of Fuego #BBC134
RGB
CMYK
RGB Variations
Color information
#BBC134 (or 0xBBC134) is known color: Fuego. HEX triplet: BB, C1 and 34. RGB value is (187,193,52). Sum of RGB (Red+Green+Blue) = 187+193+52=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC134 is #443ECB. Grayscale: #AFAFAF. Windows color (decimal): -4472524 or 3457467. OLE color: 3457467.
HSL color Cylindrical-coordinate representation of color #BBC134: hue angle of 62.55º degrees, saturation: 0.58, 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 #BBC134 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 52 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.24 |
| HSL | 62.55º | 0.58% | 0.48% | - |
| HSV(B) | 62.55º | 0.73% | 0.76% | - |
| XYZ | 40.18 | 48.95 | 10.58 | - |
| YUV | 175.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 52 | 0.03 | 0 | 0.73 | 0.24 | 62.55 | 0.58 | 0.48 |
| Hex | BB | C1 | 34 | 3 | 0 | 49 | 18 | 3F | 3A | 30 |
| Octal | 273 | 301 | 64 | 3 | 0 | 111 | 30 | 77 | 72 | 60 |
| Binary | 10111011 | 11000001 | 110100 | 11 | 0 | 1001001 | 11000 | 111111 | 111010 | 110000 |
Color Harmonies of #BBC134
Complementary color
Monochromatic Colors of #BBC134
Black with #BBC134
Text Example
Text Example
White with #BBC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC134; }
p { color: rgb(187,193,52); }
H1.HeaderClassName
{
color: #BBC134;
}
.AnyTagClassName
{
color: #BBC134;
}
</style>
background-color css
<style>
a { background-color: #BBC134; }
a { background-color: rgb(187,193,52); }
div.DivClassName
{
background-color: #BBC134;
}
.BgClassName
{
background-color: #BBC134;
}
</style>
border-color css
<style>
span { border-color: #BBC134; }
span { border-color: rgb(187,193,52); }
td.TdClassName
{
border-color: #BBC134;
}
.TagClassName
{
border-color: #BBC134;
}
</style>