Shades of Fuego #BBC731
Tints of Fuego #BBC731
RGB
CMYK
RGB Variations
Color information
#BBC731 (or 0xBBC731) is known color: Fuego. HEX triplet: BB, C7 and 31. RGB value is (187,199,49). Sum of RGB (Red+Green+Blue) = 187+199+49=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC731 is #4438CE. Grayscale: #B2B2B2. Windows color (decimal): -4470991 or 3262395. OLE color: 3262395.
HSL color Cylindrical-coordinate representation of color #BBC731: hue angle of 64.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC731 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 49 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.22 |
| HSL | 64.8º | 0.6% | 0.49% | - |
| HSV(B) | 64.8º | 0.75% | 0.78% | - |
| XYZ | 41.47 | 51.63 | 10.69 | - |
| YUV | 178.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 49 | 0.06 | 0 | 0.75 | 0.22 | 64.8 | 0.6 | 0.49 |
| Hex | BB | C7 | 31 | 6 | 0 | 4B | 16 | 41 | 3C | 31 |
| Octal | 273 | 307 | 61 | 6 | 0 | 113 | 26 | 101 | 74 | 61 |
| Binary | 10111011 | 11000111 | 110001 | 110 | 0 | 1001011 | 10110 | 1000001 | 111100 | 110001 |
Color Harmonies of #BBC731
Complementary color
Monochromatic Colors of #BBC731
Black with #BBC731
Text Example
Text Example
White with #BBC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC731; }
p { color: rgb(187,199,49); }
H1.HeaderClassName
{
color: #BBC731;
}
.AnyTagClassName
{
color: #BBC731;
}
</style>
background-color css
<style>
a { background-color: #BBC731; }
a { background-color: rgb(187,199,49); }
div.DivClassName
{
background-color: #BBC731;
}
.BgClassName
{
background-color: #BBC731;
}
</style>
border-color css
<style>
span { border-color: #BBC731; }
span { border-color: rgb(187,199,49); }
td.TdClassName
{
border-color: #BBC731;
}
.TagClassName
{
border-color: #BBC731;
}
</style>