Shades of Fuego #B8C931
Tints of Fuego #B8C931
RGB
CMYK
RGB Variations
Color information
#B8C931 (or 0xB8C931) is known color: Fuego. HEX triplet: B8, C9 and 31. RGB value is (184,201,49). Sum of RGB (Red+Green+Blue) = 184+201+49=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C931 is #4736CE. Grayscale: #B3B3B3. Windows color (decimal): -4667087 or 3262904. OLE color: 3262904.
HSL color Cylindrical-coordinate representation of color #B8C931: hue angle of 66.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8C931 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 49 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.21 |
| HSL | 66.71º | 0.61% | 0.49% | - |
| HSV(B) | 66.71º | 0.76% | 0.79% | - |
| XYZ | 41.21 | 52.19 | 10.81 | - |
| YUV | 178.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 49 | 0.08 | 0 | 0.76 | 0.21 | 66.71 | 0.61 | 0.49 |
| Hex | B8 | C9 | 31 | 8 | 0 | 4C | 15 | 43 | 3D | 31 |
| Octal | 270 | 311 | 61 | 10 | 0 | 114 | 25 | 103 | 75 | 61 |
| Binary | 10111000 | 11001001 | 110001 | 1000 | 0 | 1001100 | 10101 | 1000011 | 111101 | 110001 |
Color Harmonies of #B8C931
Complementary color
Monochromatic Colors of #B8C931
Black with #B8C931
Text Example
Text Example
White with #B8C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C931; }
p { color: rgb(184,201,49); }
H1.HeaderClassName
{
color: #B8C931;
}
.AnyTagClassName
{
color: #B8C931;
}
</style>
background-color css
<style>
a { background-color: #B8C931; }
a { background-color: rgb(184,201,49); }
div.DivClassName
{
background-color: #B8C931;
}
.BgClassName
{
background-color: #B8C931;
}
</style>
border-color css
<style>
span { border-color: #B8C931; }
span { border-color: rgb(184,201,49); }
td.TdClassName
{
border-color: #B8C931;
}
.TagClassName
{
border-color: #B8C931;
}
</style>