Shades of Fuego #B8C831
Tints of Fuego #B8C831
RGB
CMYK
RGB Variations
Color information
#B8C831 (or 0xB8C831) is known color: Fuego. HEX triplet: B8, C8 and 31. RGB value is (184,200,49). Sum of RGB (Red+Green+Blue) = 184+200+49=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C831 is #4737CE. Grayscale: #B2B2B2. Windows color (decimal): -4667343 or 3262648. OLE color: 3262648.
HSL color Cylindrical-coordinate representation of color #B8C831: hue angle of 66.36º degrees, saturation: 0.61, 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 #B8C831 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 49 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.22 |
| HSL | 66.36º | 0.61% | 0.49% | - |
| HSV(B) | 66.36º | 0.76% | 0.78% | - |
| XYZ | 40.98 | 51.72 | 10.73 | - |
| YUV | 178 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 49 | 0.08 | 0 | 0.76 | 0.22 | 66.36 | 0.61 | 0.49 |
| Hex | B8 | C8 | 31 | 8 | 0 | 4C | 16 | 42 | 3D | 31 |
| Octal | 270 | 310 | 61 | 10 | 0 | 114 | 26 | 102 | 75 | 61 |
| Binary | 10111000 | 11001000 | 110001 | 1000 | 0 | 1001100 | 10110 | 1000010 | 111101 | 110001 |
Color Harmonies of #B8C831
Complementary color
Monochromatic Colors of #B8C831
Black with #B8C831
Text Example
Text Example
White with #B8C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C831; }
p { color: rgb(184,200,49); }
H1.HeaderClassName
{
color: #B8C831;
}
.AnyTagClassName
{
color: #B8C831;
}
</style>
background-color css
<style>
a { background-color: #B8C831; }
a { background-color: rgb(184,200,49); }
div.DivClassName
{
background-color: #B8C831;
}
.BgClassName
{
background-color: #B8C831;
}
</style>
border-color css
<style>
span { border-color: #B8C831; }
span { border-color: rgb(184,200,49); }
td.TdClassName
{
border-color: #B8C831;
}
.TagClassName
{
border-color: #B8C831;
}
</style>