Shades of Fuego #BBCC37
Tints of Fuego #BBCC37
RGB
CMYK
RGB Variations
Color information
#BBCC37 (or 0xBBCC37) is known color: Fuego. HEX triplet: BB, CC and 37. RGB value is (187,204,55). Sum of RGB (Red+Green+Blue) = 187+204+55=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC37 is #4433C8. Grayscale: #B6B6B6. Windows color (decimal): -4469705 or 3656891. OLE color: 3656891.
HSL color Cylindrical-coordinate representation of color #BBCC37: hue angle of 66.85º 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 #BBCC37 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 55 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.2 |
| HSL | 66.85º | 0.59% | 0.51% | - |
| HSV(B) | 66.85º | 0.73% | 0.8% | - |
| XYZ | 42.78 | 54.03 | 11.79 | - |
| YUV | 181.93 | 56.37 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 55 | 0.08 | 0 | 0.73 | 0.2 | 66.85 | 0.59 | 0.51 |
| Hex | BB | CC | 37 | 8 | 0 | 49 | 14 | 43 | 3B | 33 |
| Octal | 273 | 314 | 67 | 10 | 0 | 111 | 24 | 103 | 73 | 63 |
| Binary | 10111011 | 11001100 | 110111 | 1000 | 0 | 1001001 | 10100 | 1000011 | 111011 | 110011 |
Color Harmonies of #BBCC37
Complementary color
Monochromatic Colors of #BBCC37
Black with #BBCC37
Text Example
Text Example
White with #BBCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC37; }
p { color: rgb(187,204,55); }
H1.HeaderClassName
{
color: #BBCC37;
}
.AnyTagClassName
{
color: #BBCC37;
}
</style>
background-color css
<style>
a { background-color: #BBCC37; }
a { background-color: rgb(187,204,55); }
div.DivClassName
{
background-color: #BBCC37;
}
.BgClassName
{
background-color: #BBCC37;
}
</style>
border-color css
<style>
span { border-color: #BBCC37; }
span { border-color: rgb(187,204,55); }
td.TdClassName
{
border-color: #BBCC37;
}
.TagClassName
{
border-color: #BBCC37;
}
</style>