Shades of Fuego #BBCF31
Tints of Fuego #BBCF31
RGB
CMYK
RGB Variations
Color information
#BBCF31 (or 0xBBCF31) is known color: Fuego. HEX triplet: BB, CF and 31. RGB value is (187,207,49). Sum of RGB (Red+Green+Blue) = 187+207+49=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF31 is #4430CE. Grayscale: #B7B7B7. Windows color (decimal): -4468943 or 3264443. OLE color: 3264443.
HSL color Cylindrical-coordinate representation of color #BBCF31: hue angle of 67.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBCF31 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 49 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.19 |
| HSL | 67.59º | 0.62% | 0.5% | - |
| HSV(B) | 67.59º | 0.76% | 0.81% | - |
| XYZ | 43.36 | 55.41 | 11.32 | - |
| YUV | 183.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 49 | 0.10 | 0 | 0.76 | 0.19 | 67.59 | 0.62 | 0.5 |
| Hex | BB | CF | 31 | A | 0 | 4C | 13 | 44 | 3E | 32 |
| Octal | 273 | 317 | 61 | 12 | 0 | 114 | 23 | 104 | 76 | 62 |
| Binary | 10111011 | 11001111 | 110001 | 1010 | 0 | 1001100 | 10011 | 1000100 | 111110 | 110010 |
Color Harmonies of #BBCF31
Complementary color
Monochromatic Colors of #BBCF31
Black with #BBCF31
Text Example
Text Example
White with #BBCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF31; }
p { color: rgb(187,207,49); }
H1.HeaderClassName
{
color: #BBCF31;
}
.AnyTagClassName
{
color: #BBCF31;
}
</style>
background-color css
<style>
a { background-color: #BBCF31; }
a { background-color: rgb(187,207,49); }
div.DivClassName
{
background-color: #BBCF31;
}
.BgClassName
{
background-color: #BBCF31;
}
</style>
border-color css
<style>
span { border-color: #BBCF31; }
span { border-color: rgb(187,207,49); }
td.TdClassName
{
border-color: #BBCF31;
}
.TagClassName
{
border-color: #BBCF31;
}
</style>