Shades of Fuego #BBC231
Tints of Fuego #BBC231
RGB
CMYK
RGB Variations
Color information
#BBC231 (or 0xBBC231) is known color: Fuego. HEX triplet: BB, C2 and 31. RGB value is (187,194,49). Sum of RGB (Red+Green+Blue) = 187+194+49=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC231 is #443DCE. Grayscale: #AFAFAF. Windows color (decimal): -4472271 or 3261115. OLE color: 3261115.
HSL color Cylindrical-coordinate representation of color #BBC231: hue angle of 62.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC231 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 49 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.24 |
| HSL | 62.9º | 0.6% | 0.48% | - |
| HSV(B) | 62.9º | 0.75% | 0.76% | - |
| XYZ | 40.34 | 49.37 | 10.31 | - |
| YUV | 175.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 49 | 0.04 | 0 | 0.75 | 0.24 | 62.9 | 0.6 | 0.48 |
| Hex | BB | C2 | 31 | 4 | 0 | 4B | 18 | 3F | 3C | 30 |
| Octal | 273 | 302 | 61 | 4 | 0 | 113 | 30 | 77 | 74 | 60 |
| Binary | 10111011 | 11000010 | 110001 | 100 | 0 | 1001011 | 11000 | 111111 | 111100 | 110000 |
Color Harmonies of #BBC231
Complementary color
Monochromatic Colors of #BBC231
Black with #BBC231
Text Example
Text Example
White with #BBC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC231; }
p { color: rgb(187,194,49); }
H1.HeaderClassName
{
color: #BBC231;
}
.AnyTagClassName
{
color: #BBC231;
}
</style>
background-color css
<style>
a { background-color: #BBC231; }
a { background-color: rgb(187,194,49); }
div.DivClassName
{
background-color: #BBC231;
}
.BgClassName
{
background-color: #BBC231;
}
</style>
border-color css
<style>
span { border-color: #BBC231; }
span { border-color: rgb(187,194,49); }
td.TdClassName
{
border-color: #BBC231;
}
.TagClassName
{
border-color: #BBC231;
}
</style>