Shades of Fuego #B8C132
Tints of Fuego #B8C132
RGB
CMYK
RGB Variations
Color information
#B8C132 (or 0xB8C132) is known color: Fuego. HEX triplet: B8, C1 and 32. RGB value is (184,193,50). Sum of RGB (Red+Green+Blue) = 184+193+50=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C132 is #473ECD. Grayscale: #AEAEAE. Windows color (decimal): -4669134 or 3326392. OLE color: 3326392.
HSL color Cylindrical-coordinate representation of color #B8C132: hue angle of 63.78º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8C132 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 50 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.24 |
| HSL | 63.78º | 0.59% | 0.48% | - |
| HSV(B) | 63.78º | 0.74% | 0.76% | - |
| XYZ | 39.41 | 48.56 | 10.31 | - |
| YUV | 174.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 50 | 0.05 | 0 | 0.74 | 0.24 | 63.78 | 0.59 | 0.48 |
| Hex | B8 | C1 | 32 | 5 | 0 | 4A | 18 | 40 | 3B | 30 |
| Octal | 270 | 301 | 62 | 5 | 0 | 112 | 30 | 100 | 73 | 60 |
| Binary | 10111000 | 11000001 | 110010 | 101 | 0 | 1001010 | 11000 | 1000000 | 111011 | 110000 |
Color Harmonies of #B8C132
Complementary color
Monochromatic Colors of #B8C132
Black with #B8C132
Text Example
Text Example
White with #B8C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C132; }
p { color: rgb(184,193,50); }
H1.HeaderClassName
{
color: #B8C132;
}
.AnyTagClassName
{
color: #B8C132;
}
</style>
background-color css
<style>
a { background-color: #B8C132; }
a { background-color: rgb(184,193,50); }
div.DivClassName
{
background-color: #B8C132;
}
.BgClassName
{
background-color: #B8C132;
}
</style>
border-color css
<style>
span { border-color: #B8C132; }
span { border-color: rgb(184,193,50); }
td.TdClassName
{
border-color: #B8C132;
}
.TagClassName
{
border-color: #B8C132;
}
</style>