Shades of Fuego #B7CB37
Tints of Fuego #B7CB37
RGB
CMYK
RGB Variations
Color information
#B7CB37 (or 0xB7CB37) is known color: Fuego. HEX triplet: B7, CB and 37. RGB value is (183,203,55). Sum of RGB (Red+Green+Blue) = 183+203+55=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CB37 is #4834C8. Grayscale: #B4B4B4. Windows color (decimal): -4732105 or 3656631. OLE color: 3656631.
HSL color Cylindrical-coordinate representation of color #B7CB37: hue angle of 68.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7CB37 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 55 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.20 |
| HSL | 68.11º | 0.59% | 0.51% | - |
| HSV(B) | 68.11º | 0.73% | 0.8% | - |
| XYZ | 41.57 | 53.05 | 11.66 | - |
| YUV | 180.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 55 | 0.10 | 0 | 0.73 | 0.20 | 68.11 | 0.59 | 0.51 |
| Hex | B7 | CB | 37 | A | 0 | 49 | 14 | 44 | 3B | 33 |
| Octal | 267 | 313 | 67 | 12 | 0 | 111 | 24 | 104 | 73 | 63 |
| Binary | 10110111 | 11001011 | 110111 | 1010 | 0 | 1001001 | 10100 | 1000100 | 111011 | 110011 |
Color Harmonies of #B7CB37
Complementary color
Monochromatic Colors of #B7CB37
Black with #B7CB37
Text Example
Text Example
White with #B7CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB37; }
p { color: rgb(183,203,55); }
H1.HeaderClassName
{
color: #B7CB37;
}
.AnyTagClassName
{
color: #B7CB37;
}
</style>
background-color css
<style>
a { background-color: #B7CB37; }
a { background-color: rgb(183,203,55); }
div.DivClassName
{
background-color: #B7CB37;
}
.BgClassName
{
background-color: #B7CB37;
}
</style>
border-color css
<style>
span { border-color: #B7CB37; }
span { border-color: rgb(183,203,55); }
td.TdClassName
{
border-color: #B7CB37;
}
.TagClassName
{
border-color: #B7CB37;
}
</style>