Shades of Fuego #B8C731
Tints of Fuego #B8C731
RGB
CMYK
RGB Variations
Color information
#B8C731 (or 0xB8C731) is known color: Fuego. HEX triplet: B8, C7 and 31. RGB value is (184,199,49). Sum of RGB (Red+Green+Blue) = 184+199+49=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C731 is #4738CE. Grayscale: #B1B1B1. Windows color (decimal): -4667599 or 3262392. OLE color: 3262392.
HSL color Cylindrical-coordinate representation of color #B8C731: hue angle of 66º degrees, saturation: 0.6, 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 #B8C731 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 199 | 49 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.22 |
| HSL | 66º | 0.6% | 0.49% | - |
| HSV(B) | 66º | 0.75% | 0.78% | - |
| XYZ | 40.74 | 51.26 | 10.65 | - |
| YUV | 177.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 49 | 0.08 | 0 | 0.75 | 0.22 | 66 | 0.6 | 0.49 |
| Hex | B8 | C7 | 31 | 8 | 0 | 4B | 16 | 42 | 3C | 31 |
| Octal | 270 | 307 | 61 | 10 | 0 | 113 | 26 | 102 | 74 | 61 |
| Binary | 10111000 | 11000111 | 110001 | 1000 | 0 | 1001011 | 10110 | 1000010 | 111100 | 110001 |
Color Harmonies of #B8C731
Complementary color
Monochromatic Colors of #B8C731
Black with #B8C731
Text Example
Text Example
White with #B8C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C731; }
p { color: rgb(184,199,49); }
H1.HeaderClassName
{
color: #B8C731;
}
.AnyTagClassName
{
color: #B8C731;
}
</style>
background-color css
<style>
a { background-color: #B8C731; }
a { background-color: rgb(184,199,49); }
div.DivClassName
{
background-color: #B8C731;
}
.BgClassName
{
background-color: #B8C731;
}
</style>
border-color css
<style>
span { border-color: #B8C731; }
span { border-color: rgb(184,199,49); }
td.TdClassName
{
border-color: #B8C731;
}
.TagClassName
{
border-color: #B8C731;
}
</style>