Shades of Fuego #B7CA37
Tints of Fuego #B7CA37
RGB
CMYK
RGB Variations
Color information
#B7CA37 (or 0xB7CA37) is known color: Fuego. HEX triplet: B7, CA and 37. RGB value is (183,202,55). Sum of RGB (Red+Green+Blue) = 183+202+55=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA37 is #4835C8. Grayscale: #B4B4B4. Windows color (decimal): -4732361 or 3656375. OLE color: 3656375.
HSL color Cylindrical-coordinate representation of color #B7CA37: hue angle of 67.76º 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 #B7CA37 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 55 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.21 |
| HSL | 67.76º | 0.58% | 0.5% | - |
| HSV(B) | 67.76º | 0.73% | 0.79% | - |
| XYZ | 41.34 | 52.58 | 11.59 | - |
| YUV | 179.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 55 | 0.09 | 0 | 0.73 | 0.21 | 67.76 | 0.58 | 0.5 |
| Hex | B7 | CA | 37 | 9 | 0 | 49 | 15 | 44 | 3A | 32 |
| Octal | 267 | 312 | 67 | 11 | 0 | 111 | 25 | 104 | 72 | 62 |
| Binary | 10110111 | 11001010 | 110111 | 1001 | 0 | 1001001 | 10101 | 1000100 | 111010 | 110010 |
Color Harmonies of #B7CA37
Complementary color
Monochromatic Colors of #B7CA37
Black with #B7CA37
Text Example
Text Example
White with #B7CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA37; }
p { color: rgb(183,202,55); }
H1.HeaderClassName
{
color: #B7CA37;
}
.AnyTagClassName
{
color: #B7CA37;
}
</style>
background-color css
<style>
a { background-color: #B7CA37; }
a { background-color: rgb(183,202,55); }
div.DivClassName
{
background-color: #B7CA37;
}
.BgClassName
{
background-color: #B7CA37;
}
</style>
border-color css
<style>
span { border-color: #B7CA37; }
span { border-color: rgb(183,202,55); }
td.TdClassName
{
border-color: #B7CA37;
}
.TagClassName
{
border-color: #B7CA37;
}
</style>