Shades of Fuego #B8CA37
Tints of Fuego #B8CA37
RGB
CMYK
RGB Variations
Color information
#B8CA37 (or 0xB8CA37) is known color: Fuego. HEX triplet: B8, CA and 37. RGB value is (184,202,55). Sum of RGB (Red+Green+Blue) = 184+202+55=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA37 is #4735C8. Grayscale: #B4B4B4. Windows color (decimal): -4666825 or 3656376. OLE color: 3656376.
HSL color Cylindrical-coordinate representation of color #B8CA37: hue angle of 67.35º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8CA37 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 55 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.21 |
| HSL | 67.35º | 0.58% | 0.5% | - |
| HSV(B) | 67.35º | 0.73% | 0.79% | - |
| XYZ | 41.58 | 52.71 | 11.6 | - |
| YUV | 179.86 | 57.54 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 55 | 0.09 | 0 | 0.73 | 0.21 | 67.35 | 0.58 | 0.5 |
| Hex | B8 | CA | 37 | 9 | 0 | 49 | 15 | 43 | 3A | 32 |
| Octal | 270 | 312 | 67 | 11 | 0 | 111 | 25 | 103 | 72 | 62 |
| Binary | 10111000 | 11001010 | 110111 | 1001 | 0 | 1001001 | 10101 | 1000011 | 111010 | 110010 |
Color Harmonies of #B8CA37
Complementary color
Monochromatic Colors of #B8CA37
Black with #B8CA37
Text Example
Text Example
White with #B8CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA37; }
p { color: rgb(184,202,55); }
H1.HeaderClassName
{
color: #B8CA37;
}
.AnyTagClassName
{
color: #B8CA37;
}
</style>
background-color css
<style>
a { background-color: #B8CA37; }
a { background-color: rgb(184,202,55); }
div.DivClassName
{
background-color: #B8CA37;
}
.BgClassName
{
background-color: #B8CA37;
}
</style>
border-color css
<style>
span { border-color: #B8CA37; }
span { border-color: rgb(184,202,55); }
td.TdClassName
{
border-color: #B8CA37;
}
.TagClassName
{
border-color: #B8CA37;
}
</style>