Shades of Fuego #B7CE37
Tints of Fuego #B7CE37
RGB
CMYK
RGB Variations
Color information
#B7CE37 (or 0xB7CE37) is known color: Fuego. HEX triplet: B7, CE and 37. RGB value is (183,206,55). Sum of RGB (Red+Green+Blue) = 183+206+55=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CE37 is #4831C8. Grayscale: #B6B6B6. Windows color (decimal): -4731337 or 3657399. OLE color: 3657399.
HSL color Cylindrical-coordinate representation of color #B7CE37: hue angle of 69.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7CE37 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 55 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.19 |
| HSL | 69.14º | 0.61% | 0.51% | - |
| HSV(B) | 69.14º | 0.73% | 0.81% | - |
| XYZ | 42.29 | 54.49 | 11.9 | - |
| YUV | 181.91 | 56.38 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 55 | 0.11 | 0 | 0.73 | 0.19 | 69.14 | 0.61 | 0.51 |
| Hex | B7 | CE | 37 | B | 0 | 49 | 13 | 45 | 3D | 33 |
| Octal | 267 | 316 | 67 | 13 | 0 | 111 | 23 | 105 | 75 | 63 |
| Binary | 10110111 | 11001110 | 110111 | 1011 | 0 | 1001001 | 10011 | 1000101 | 111101 | 110011 |
Color Harmonies of #B7CE37
Complementary color
Monochromatic Colors of #B7CE37
Black with #B7CE37
Text Example
Text Example
White with #B7CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE37; }
p { color: rgb(183,206,55); }
H1.HeaderClassName
{
color: #B7CE37;
}
.AnyTagClassName
{
color: #B7CE37;
}
</style>
background-color css
<style>
a { background-color: #B7CE37; }
a { background-color: rgb(183,206,55); }
div.DivClassName
{
background-color: #B7CE37;
}
.BgClassName
{
background-color: #B7CE37;
}
</style>
border-color css
<style>
span { border-color: #B7CE37; }
span { border-color: rgb(183,206,55); }
td.TdClassName
{
border-color: #B7CE37;
}
.TagClassName
{
border-color: #B7CE37;
}
</style>