Shades of Fuego #B7C835
Tints of Fuego #B7C835
RGB
CMYK
RGB Variations
Color information
#B7C835 (or 0xB7C835) is known color: Fuego. HEX triplet: B7, C8 and 35. RGB value is (183,200,53). Sum of RGB (Red+Green+Blue) = 183+200+53=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C835 is #4837CA. Grayscale: #B2B2B2. Windows color (decimal): -4732875 or 3524791. OLE color: 3524791.
HSL color Cylindrical-coordinate representation of color #B7C835: hue angle of 66.94º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7C835 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 53 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.22 |
| HSL | 66.94º | 0.58% | 0.5% | - |
| HSV(B) | 66.94º | 0.74% | 0.78% | - |
| XYZ | 40.83 | 51.63 | 11.18 | - |
| YUV | 178.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 53 | 0.08 | 0 | 0.74 | 0.22 | 66.94 | 0.58 | 0.5 |
| Hex | B7 | C8 | 35 | 8 | 0 | 4A | 16 | 43 | 3A | 32 |
| Octal | 267 | 310 | 65 | 10 | 0 | 112 | 26 | 103 | 72 | 62 |
| Binary | 10110111 | 11001000 | 110101 | 1000 | 0 | 1001010 | 10110 | 1000011 | 111010 | 110010 |
Color Harmonies of #B7C835
Complementary color
Monochromatic Colors of #B7C835
Black with #B7C835
Text Example
Text Example
White with #B7C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C835; }
p { color: rgb(183,200,53); }
H1.HeaderClassName
{
color: #B7C835;
}
.AnyTagClassName
{
color: #B7C835;
}
</style>
background-color css
<style>
a { background-color: #B7C835; }
a { background-color: rgb(183,200,53); }
div.DivClassName
{
background-color: #B7C835;
}
.BgClassName
{
background-color: #B7C835;
}
</style>
border-color css
<style>
span { border-color: #B7C835; }
span { border-color: rgb(183,200,53); }
td.TdClassName
{
border-color: #B7C835;
}
.TagClassName
{
border-color: #B7C835;
}
</style>