Shades of Fuego #B4CE31
Tints of Fuego #B4CE31
RGB
CMYK
RGB Variations
Color information
#B4CE31 (or 0xB4CE31) is known color: Fuego. HEX triplet: B4, CE and 31. RGB value is (180,206,49). Sum of RGB (Red+Green+Blue) = 180+206+49=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE31 is #4B31CE. Grayscale: #B4B4B4. Windows color (decimal): -4927951 or 3264180. OLE color: 3264180.
HSL color Cylindrical-coordinate representation of color #B4CE31: hue angle of 69.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4CE31 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 49 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.19 |
| HSL | 69.94º | 0.62% | 0.5% | - |
| HSV(B) | 69.94º | 0.76% | 0.81% | - |
| XYZ | 41.45 | 54.07 | 11.16 | - |
| YUV | 180.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 49 | 0.13 | 0 | 0.76 | 0.19 | 69.94 | 0.62 | 0.5 |
| Hex | B4 | CE | 31 | D | 0 | 4C | 13 | 46 | 3E | 32 |
| Octal | 264 | 316 | 61 | 15 | 0 | 114 | 23 | 106 | 76 | 62 |
| Binary | 10110100 | 11001110 | 110001 | 1101 | 0 | 1001100 | 10011 | 1000110 | 111110 | 110010 |
Color Harmonies of #B4CE31
Complementary color
Monochromatic Colors of #B4CE31
Black with #B4CE31
Text Example
Text Example
White with #B4CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE31; }
p { color: rgb(180,206,49); }
H1.HeaderClassName
{
color: #B4CE31;
}
.AnyTagClassName
{
color: #B4CE31;
}
</style>
background-color css
<style>
a { background-color: #B4CE31; }
a { background-color: rgb(180,206,49); }
div.DivClassName
{
background-color: #B4CE31;
}
.BgClassName
{
background-color: #B4CE31;
}
</style>
border-color css
<style>
span { border-color: #B4CE31; }
span { border-color: rgb(180,206,49); }
td.TdClassName
{
border-color: #B4CE31;
}
.TagClassName
{
border-color: #B4CE31;
}
</style>