Shades of Fuego #BBCB37
Tints of Fuego #BBCB37
RGB
CMYK
RGB Variations
Color information
#BBCB37 (or 0xBBCB37) is known color: Fuego. HEX triplet: BB, CB and 37. RGB value is (187,203,55). Sum of RGB (Red+Green+Blue) = 187+203+55=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB37 is #4434C8. Grayscale: #B5B5B5. Windows color (decimal): -4469961 or 3656635. OLE color: 3656635.
HSL color Cylindrical-coordinate representation of color #BBCB37: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBCB37 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 55 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.20 |
| HSL | 66.49º | 0.59% | 0.51% | - |
| HSV(B) | 66.49º | 0.73% | 0.8% | - |
| XYZ | 42.54 | 53.55 | 11.71 | - |
| YUV | 181.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 55 | 0.08 | 0 | 0.73 | 0.20 | 66.49 | 0.59 | 0.51 |
| Hex | BB | CB | 37 | 8 | 0 | 49 | 14 | 42 | 3B | 33 |
| Octal | 273 | 313 | 67 | 10 | 0 | 111 | 24 | 102 | 73 | 63 |
| Binary | 10111011 | 11001011 | 110111 | 1000 | 0 | 1001001 | 10100 | 1000010 | 111011 | 110011 |
Color Harmonies of #BBCB37
Complementary color
Monochromatic Colors of #BBCB37
Black with #BBCB37
Text Example
Text Example
White with #BBCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB37; }
p { color: rgb(187,203,55); }
H1.HeaderClassName
{
color: #BBCB37;
}
.AnyTagClassName
{
color: #BBCB37;
}
</style>
background-color css
<style>
a { background-color: #BBCB37; }
a { background-color: rgb(187,203,55); }
div.DivClassName
{
background-color: #BBCB37;
}
.BgClassName
{
background-color: #BBCB37;
}
</style>
border-color css
<style>
span { border-color: #BBCB37; }
span { border-color: rgb(187,203,55); }
td.TdClassName
{
border-color: #BBCB37;
}
.TagClassName
{
border-color: #BBCB37;
}
</style>