Shades of Fuego #BBCB32
Tints of Fuego #BBCB32
RGB
CMYK
RGB Variations
Color information
#BBCB32 (or 0xBBCB32) is known color: Fuego. HEX triplet: BB, CB and 32. RGB value is (187,203,50). Sum of RGB (Red+Green+Blue) = 187+203+50=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB32 is #4434CD. Grayscale: #B5B5B5. Windows color (decimal): -4469966 or 3328955. OLE color: 3328955.
HSL color Cylindrical-coordinate representation of color #BBCB32: hue angle of 66.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBCB32 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 50 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.20 |
| HSL | 66.27º | 0.6% | 0.5% | - |
| HSV(B) | 66.27º | 0.75% | 0.8% | - |
| XYZ | 42.43 | 53.51 | 11.11 | - |
| YUV | 180.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 50 | 0.08 | 0 | 0.75 | 0.20 | 66.27 | 0.6 | 0.5 |
| Hex | BB | CB | 32 | 8 | 0 | 4B | 14 | 42 | 3C | 32 |
| Octal | 273 | 313 | 62 | 10 | 0 | 113 | 24 | 102 | 74 | 62 |
| Binary | 10111011 | 11001011 | 110010 | 1000 | 0 | 1001011 | 10100 | 1000010 | 111100 | 110010 |
Color Harmonies of #BBCB32
Complementary color
Monochromatic Colors of #BBCB32
Black with #BBCB32
Text Example
Text Example
White with #BBCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB32; }
p { color: rgb(187,203,50); }
H1.HeaderClassName
{
color: #BBCB32;
}
.AnyTagClassName
{
color: #BBCB32;
}
</style>
background-color css
<style>
a { background-color: #BBCB32; }
a { background-color: rgb(187,203,50); }
div.DivClassName
{
background-color: #BBCB32;
}
.BgClassName
{
background-color: #BBCB32;
}
</style>
border-color css
<style>
span { border-color: #BBCB32; }
span { border-color: rgb(187,203,50); }
td.TdClassName
{
border-color: #BBCB32;
}
.TagClassName
{
border-color: #BBCB32;
}
</style>