Shades of Fuego #BBC130
Tints of Fuego #BBC130
RGB
CMYK
RGB Variations
Color information
#BBC130 (or 0xBBC130) is known color: Fuego. HEX triplet: BB, C1 and 30. RGB value is (187,193,48). Sum of RGB (Red+Green+Blue) = 187+193+48=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC130 is #443ECF. Grayscale: #AFAFAF. Windows color (decimal): -4472528 or 3195323. OLE color: 3195323.
HSL color Cylindrical-coordinate representation of color #BBC130: hue angle of 62.48º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC130 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 48 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.24 |
| HSL | 62.48º | 0.6% | 0.47% | - |
| HSV(B) | 62.48º | 0.75% | 0.76% | - |
| XYZ | 40.1 | 48.92 | 10.13 | - |
| YUV | 174.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 48 | 0.03 | 0 | 0.75 | 0.24 | 62.48 | 0.6 | 0.47 |
| Hex | BB | C1 | 30 | 3 | 0 | 4B | 18 | 3E | 3C | 2F |
| Octal | 273 | 301 | 60 | 3 | 0 | 113 | 30 | 76 | 74 | 57 |
| Binary | 10111011 | 11000001 | 110000 | 11 | 0 | 1001011 | 11000 | 111110 | 111100 | 101111 |
Color Harmonies of #BBC130
Complementary color
Monochromatic Colors of #BBC130
Black with #BBC130
Text Example
Text Example
White with #BBC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC130; }
p { color: rgb(187,193,48); }
H1.HeaderClassName
{
color: #BBC130;
}
.AnyTagClassName
{
color: #BBC130;
}
</style>
background-color css
<style>
a { background-color: #BBC130; }
a { background-color: rgb(187,193,48); }
div.DivClassName
{
background-color: #BBC130;
}
.BgClassName
{
background-color: #BBC130;
}
</style>
border-color css
<style>
span { border-color: #BBC130; }
span { border-color: rgb(187,193,48); }
td.TdClassName
{
border-color: #BBC130;
}
.TagClassName
{
border-color: #BBC130;
}
</style>