Shades of Fuego #B7C831
Tints of Fuego #B7C831
RGB
CMYK
RGB Variations
Color information
#B7C831 (or 0xB7C831) is known color: Fuego. HEX triplet: B7, C8 and 31. RGB value is (183,200,49). Sum of RGB (Red+Green+Blue) = 183+200+49=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C831 is #4837CE. Grayscale: #B2B2B2. Windows color (decimal): -4732879 or 3262647. OLE color: 3262647.
HSL color Cylindrical-coordinate representation of color #B7C831: hue angle of 66.75º 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 #B7C831 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 49 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.22 |
| HSL | 66.75º | 0.61% | 0.49% | - |
| HSV(B) | 66.75º | 0.76% | 0.78% | - |
| XYZ | 40.74 | 51.6 | 10.72 | - |
| YUV | 177.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 49 | 0.08 | 0 | 0.76 | 0.22 | 66.75 | 0.61 | 0.49 |
| Hex | B7 | C8 | 31 | 8 | 0 | 4C | 16 | 43 | 3D | 31 |
| Octal | 267 | 310 | 61 | 10 | 0 | 114 | 26 | 103 | 75 | 61 |
| Binary | 10110111 | 11001000 | 110001 | 1000 | 0 | 1001100 | 10110 | 1000011 | 111101 | 110001 |
Color Harmonies of #B7C831
Complementary color
Monochromatic Colors of #B7C831
Black with #B7C831
Text Example
Text Example
White with #B7C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C831; }
p { color: rgb(183,200,49); }
H1.HeaderClassName
{
color: #B7C831;
}
.AnyTagClassName
{
color: #B7C831;
}
</style>
background-color css
<style>
a { background-color: #B7C831; }
a { background-color: rgb(183,200,49); }
div.DivClassName
{
background-color: #B7C831;
}
.BgClassName
{
background-color: #B7C831;
}
</style>
border-color css
<style>
span { border-color: #B7C831; }
span { border-color: rgb(183,200,49); }
td.TdClassName
{
border-color: #B7C831;
}
.TagClassName
{
border-color: #B7C831;
}
</style>