Shades of Fuego #B4C632
Tints of Fuego #B4C632
RGB
CMYK
RGB Variations
Color information
#B4C632 (or 0xB4C632) is known color: Fuego. HEX triplet: B4, C6 and 32. RGB value is (180,198,50). Sum of RGB (Red+Green+Blue) = 180+198+50=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C632 is #4B39CD. Grayscale: #B0B0B0. Windows color (decimal): -4929998 or 3327668. OLE color: 3327668.
HSL color Cylindrical-coordinate representation of color #B4C632: hue angle of 67.3º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4C632 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 198 | 50 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.22 |
| HSL | 67.3º | 0.6% | 0.49% | - |
| HSV(B) | 67.3º | 0.75% | 0.78% | - |
| XYZ | 39.59 | 50.32 | 10.64 | - |
| YUV | 175.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 50 | 0.09 | 0 | 0.75 | 0.22 | 67.3 | 0.6 | 0.49 |
| Hex | B4 | C6 | 32 | 9 | 0 | 4B | 16 | 43 | 3C | 31 |
| Octal | 264 | 306 | 62 | 11 | 0 | 113 | 26 | 103 | 74 | 61 |
| Binary | 10110100 | 11000110 | 110010 | 1001 | 0 | 1001011 | 10110 | 1000011 | 111100 | 110001 |
Color Harmonies of #B4C632
Complementary color
Monochromatic Colors of #B4C632
Black with #B4C632
Text Example
Text Example
White with #B4C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C632; }
p { color: rgb(180,198,50); }
H1.HeaderClassName
{
color: #B4C632;
}
.AnyTagClassName
{
color: #B4C632;
}
</style>
background-color css
<style>
a { background-color: #B4C632; }
a { background-color: rgb(180,198,50); }
div.DivClassName
{
background-color: #B4C632;
}
.BgClassName
{
background-color: #B4C632;
}
</style>
border-color css
<style>
span { border-color: #B4C632; }
span { border-color: rgb(180,198,50); }
td.TdClassName
{
border-color: #B4C632;
}
.TagClassName
{
border-color: #B4C632;
}
</style>