Shades of Fuego #BBCF36
Tints of Fuego #BBCF36
RGB
CMYK
RGB Variations
Color information
#BBCF36 (or 0xBBCF36) is known color: Fuego. HEX triplet: BB, CF and 36. RGB value is (187,207,54). Sum of RGB (Red+Green+Blue) = 187+207+54=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF36 is #4430C9. Grayscale: #B8B8B8. Windows color (decimal): -4468938 or 3592123. OLE color: 3592123.
HSL color Cylindrical-coordinate representation of color #BBCF36: hue angle of 67.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBCF36 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 54 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.19 |
| HSL | 67.84º | 0.61% | 0.51% | - |
| HSV(B) | 67.84º | 0.74% | 0.81% | - |
| XYZ | 43.47 | 55.46 | 11.9 | - |
| YUV | 183.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 54 | 0.10 | 0 | 0.74 | 0.19 | 67.84 | 0.61 | 0.51 |
| Hex | BB | CF | 36 | A | 0 | 4A | 13 | 44 | 3D | 33 |
| Octal | 273 | 317 | 66 | 12 | 0 | 112 | 23 | 104 | 75 | 63 |
| Binary | 10111011 | 11001111 | 110110 | 1010 | 0 | 1001010 | 10011 | 1000100 | 111101 | 110011 |
Color Harmonies of #BBCF36
Complementary color
Monochromatic Colors of #BBCF36
Black with #BBCF36
Text Example
Text Example
White with #BBCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF36; }
p { color: rgb(187,207,54); }
H1.HeaderClassName
{
color: #BBCF36;
}
.AnyTagClassName
{
color: #BBCF36;
}
</style>
background-color css
<style>
a { background-color: #BBCF36; }
a { background-color: rgb(187,207,54); }
div.DivClassName
{
background-color: #BBCF36;
}
.BgClassName
{
background-color: #BBCF36;
}
</style>
border-color css
<style>
span { border-color: #BBCF36; }
span { border-color: rgb(187,207,54); }
td.TdClassName
{
border-color: #BBCF36;
}
.TagClassName
{
border-color: #BBCF36;
}
</style>