Shades of Fuego #B8C537
Tints of Fuego #B8C537
RGB
CMYK
RGB Variations
Color information
#B8C537 (or 0xB8C537) is known color: Fuego. HEX triplet: B8, C5 and 37. RGB value is (184,197,55). Sum of RGB (Red+Green+Blue) = 184+197+55=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C537 is #473AC8. Grayscale: #B1B1B1. Windows color (decimal): -4668105 or 3655096. OLE color: 3655096.
HSL color Cylindrical-coordinate representation of color #B8C537: hue angle of 65.49º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8C537 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 55 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.23 |
| HSL | 65.49º | 0.56% | 0.49% | - |
| HSV(B) | 65.49º | 0.72% | 0.77% | - |
| XYZ | 40.42 | 50.4 | 11.21 | - |
| YUV | 176.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 55 | 0.07 | 0 | 0.72 | 0.23 | 65.49 | 0.56 | 0.49 |
| Hex | B8 | C5 | 37 | 7 | 0 | 48 | 17 | 41 | 38 | 31 |
| Octal | 270 | 305 | 67 | 7 | 0 | 110 | 27 | 101 | 70 | 61 |
| Binary | 10111000 | 11000101 | 110111 | 111 | 0 | 1001000 | 10111 | 1000001 | 111000 | 110001 |
Color Harmonies of #B8C537
Complementary color
Monochromatic Colors of #B8C537
Black with #B8C537
Text Example
Text Example
White with #B8C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C537; }
p { color: rgb(184,197,55); }
H1.HeaderClassName
{
color: #B8C537;
}
.AnyTagClassName
{
color: #B8C537;
}
</style>
background-color css
<style>
a { background-color: #B8C537; }
a { background-color: rgb(184,197,55); }
div.DivClassName
{
background-color: #B8C537;
}
.BgClassName
{
background-color: #B8C537;
}
</style>
border-color css
<style>
span { border-color: #B8C537; }
span { border-color: rgb(184,197,55); }
td.TdClassName
{
border-color: #B8C537;
}
.TagClassName
{
border-color: #B8C537;
}
</style>