Shades of Fuego #BBC531
Tints of Fuego #BBC531
RGB
CMYK
RGB Variations
Color information
#BBC531 (or 0xBBC531) is known color: Fuego. HEX triplet: BB, C5 and 31. RGB value is (187,197,49). Sum of RGB (Red+Green+Blue) = 187+197+49=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC531 is #443ACE. Grayscale: #B1B1B1. Windows color (decimal): -4471503 or 3261883. OLE color: 3261883.
HSL color Cylindrical-coordinate representation of color #BBC531: hue angle of 64.05º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC531 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 49 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.23 |
| HSL | 64.05º | 0.6% | 0.48% | - |
| HSV(B) | 64.05º | 0.75% | 0.77% | - |
| XYZ | 41.01 | 50.72 | 10.53 | - |
| YUV | 177.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 49 | 0.05 | 0 | 0.75 | 0.23 | 64.05 | 0.6 | 0.48 |
| Hex | BB | C5 | 31 | 5 | 0 | 4B | 17 | 40 | 3C | 30 |
| Octal | 273 | 305 | 61 | 5 | 0 | 113 | 27 | 100 | 74 | 60 |
| Binary | 10111011 | 11000101 | 110001 | 101 | 0 | 1001011 | 10111 | 1000000 | 111100 | 110000 |
Color Harmonies of #BBC531
Complementary color
Monochromatic Colors of #BBC531
Black with #BBC531
Text Example
Text Example
White with #BBC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC531; }
p { color: rgb(187,197,49); }
H1.HeaderClassName
{
color: #BBC531;
}
.AnyTagClassName
{
color: #BBC531;
}
</style>
background-color css
<style>
a { background-color: #BBC531; }
a { background-color: rgb(187,197,49); }
div.DivClassName
{
background-color: #BBC531;
}
.BgClassName
{
background-color: #BBC531;
}
</style>
border-color css
<style>
span { border-color: #BBC531; }
span { border-color: rgb(187,197,49); }
td.TdClassName
{
border-color: #BBC531;
}
.TagClassName
{
border-color: #BBC531;
}
</style>