Shades of Fuego #B4CE32
Tints of Fuego #B4CE32
RGB
CMYK
RGB Variations
Color information
#B4CE32 (or 0xB4CE32) is known color: Fuego. HEX triplet: B4, CE and 32. RGB value is (180,206,50). Sum of RGB (Red+Green+Blue) = 180+206+50=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE32 is #4B31CD. Grayscale: #B5B5B5. Windows color (decimal): -4927950 or 3329716. OLE color: 3329716.
HSL color Cylindrical-coordinate representation of color #B4CE32: hue angle of 70º degrees, saturation: 0.61, 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 #B4CE32 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 50 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.19 |
| HSL | 70º | 0.61% | 0.5% | - |
| HSV(B) | 70º | 0.76% | 0.81% | - |
| XYZ | 41.47 | 54.08 | 11.27 | - |
| YUV | 180.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 50 | 0.13 | 0 | 0.76 | 0.19 | 70 | 0.61 | 0.5 |
| Hex | B4 | CE | 32 | D | 0 | 4C | 13 | 46 | 3D | 32 |
| Octal | 264 | 316 | 62 | 15 | 0 | 114 | 23 | 106 | 75 | 62 |
| Binary | 10110100 | 11001110 | 110010 | 1101 | 0 | 1001100 | 10011 | 1000110 | 111101 | 110010 |
Color Harmonies of #B4CE32
Complementary color
Monochromatic Colors of #B4CE32
Black with #B4CE32
Text Example
Text Example
White with #B4CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE32; }
p { color: rgb(180,206,50); }
H1.HeaderClassName
{
color: #B4CE32;
}
.AnyTagClassName
{
color: #B4CE32;
}
</style>
background-color css
<style>
a { background-color: #B4CE32; }
a { background-color: rgb(180,206,50); }
div.DivClassName
{
background-color: #B4CE32;
}
.BgClassName
{
background-color: #B4CE32;
}
</style>
border-color css
<style>
span { border-color: #B4CE32; }
span { border-color: rgb(180,206,50); }
td.TdClassName
{
border-color: #B4CE32;
}
.TagClassName
{
border-color: #B4CE32;
}
</style>