Shades of Fuego #B8C732
Tints of Fuego #B8C732
RGB
CMYK
RGB Variations
Color information
#B8C732 (or 0xB8C732) is known color: Fuego. HEX triplet: B8, C7 and 32. RGB value is (184,199,50). Sum of RGB (Red+Green+Blue) = 184+199+50=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C732 is #4738CD. Grayscale: #B2B2B2. Windows color (decimal): -4667598 or 3327928. OLE color: 3327928.
HSL color Cylindrical-coordinate representation of color #B8C732: hue angle of 66.04º 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 #B8C732 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 199 | 50 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.22 |
| HSL | 66.04º | 0.6% | 0.49% | - |
| HSV(B) | 66.04º | 0.75% | 0.78% | - |
| XYZ | 40.77 | 51.27 | 10.76 | - |
| YUV | 177.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 50 | 0.08 | 0 | 0.75 | 0.22 | 66.04 | 0.6 | 0.49 |
| Hex | B8 | C7 | 32 | 8 | 0 | 4B | 16 | 42 | 3C | 31 |
| Octal | 270 | 307 | 62 | 10 | 0 | 113 | 26 | 102 | 74 | 61 |
| Binary | 10111000 | 11000111 | 110010 | 1000 | 0 | 1001011 | 10110 | 1000010 | 111100 | 110001 |
Color Harmonies of #B8C732
Complementary color
Monochromatic Colors of #B8C732
Black with #B8C732
Text Example
Text Example
White with #B8C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C732; }
p { color: rgb(184,199,50); }
H1.HeaderClassName
{
color: #B8C732;
}
.AnyTagClassName
{
color: #B8C732;
}
</style>
background-color css
<style>
a { background-color: #B8C732; }
a { background-color: rgb(184,199,50); }
div.DivClassName
{
background-color: #B8C732;
}
.BgClassName
{
background-color: #B8C732;
}
</style>
border-color css
<style>
span { border-color: #B8C732; }
span { border-color: rgb(184,199,50); }
td.TdClassName
{
border-color: #B8C732;
}
.TagClassName
{
border-color: #B8C732;
}
</style>