Shades of Fuego #B8C632
Tints of Fuego #B8C632
RGB
CMYK
RGB Variations
Color information
#B8C632 (or 0xB8C632) is known color: Fuego. HEX triplet: B8, C6 and 32. RGB value is (184,198,50). Sum of RGB (Red+Green+Blue) = 184+198+50=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C632 is #4739CD. Grayscale: #B1B1B1. Windows color (decimal): -4667854 or 3327672. OLE color: 3327672.
HSL color Cylindrical-coordinate representation of color #B8C632: hue angle of 65.68º 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 #B8C632 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 50 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.22 |
| HSL | 65.68º | 0.6% | 0.49% | - |
| HSV(B) | 65.68º | 0.75% | 0.78% | - |
| XYZ | 40.54 | 50.81 | 10.69 | - |
| YUV | 176.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 50 | 0.07 | 0 | 0.75 | 0.22 | 65.68 | 0.6 | 0.49 |
| Hex | B8 | C6 | 32 | 7 | 0 | 4B | 16 | 42 | 3C | 31 |
| Octal | 270 | 306 | 62 | 7 | 0 | 113 | 26 | 102 | 74 | 61 |
| Binary | 10111000 | 11000110 | 110010 | 111 | 0 | 1001011 | 10110 | 1000010 | 111100 | 110001 |
Color Harmonies of #B8C632
Complementary color
Monochromatic Colors of #B8C632
Black with #B8C632
Text Example
Text Example
White with #B8C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C632; }
p { color: rgb(184,198,50); }
H1.HeaderClassName
{
color: #B8C632;
}
.AnyTagClassName
{
color: #B8C632;
}
</style>
background-color css
<style>
a { background-color: #B8C632; }
a { background-color: rgb(184,198,50); }
div.DivClassName
{
background-color: #B8C632;
}
.BgClassName
{
background-color: #B8C632;
}
</style>
border-color css
<style>
span { border-color: #B8C632; }
span { border-color: rgb(184,198,50); }
td.TdClassName
{
border-color: #B8C632;
}
.TagClassName
{
border-color: #B8C632;
}
</style>