Shades of Fuego #BFC336
Tints of Fuego #BFC336
RGB
CMYK
RGB Variations
Color information
#BFC336 (or 0xBFC336) is known color: Fuego. HEX triplet: BF, C3 and 36. RGB value is (191,195,54). Sum of RGB (Red+Green+Blue) = 191+195+54=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC336 is #403CC9. Grayscale: #B2B2B2. Windows color (decimal): -4209866 or 3589055. OLE color: 3589055.
HSL color Cylindrical-coordinate representation of color #BFC336: hue angle of 61.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC336 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 54 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.24 |
| HSL | 61.7º | 0.57% | 0.49% | - |
| HSV(B) | 61.7º | 0.72% | 0.76% | - |
| XYZ | 41.67 | 50.37 | 11.02 | - |
| YUV | 177.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 54 | 0.02 | 0 | 0.72 | 0.24 | 61.7 | 0.57 | 0.49 |
| Hex | BF | C3 | 36 | 2 | 0 | 48 | 18 | 3E | 39 | 31 |
| Octal | 277 | 303 | 66 | 2 | 0 | 110 | 30 | 76 | 71 | 61 |
| Binary | 10111111 | 11000011 | 110110 | 10 | 0 | 1001000 | 11000 | 111110 | 111001 | 110001 |
Color Harmonies of #BFC336
Complementary color
Monochromatic Colors of #BFC336
Black with #BFC336
Text Example
Text Example
White with #BFC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC336; }
p { color: rgb(191,195,54); }
H1.HeaderClassName
{
color: #BFC336;
}
.AnyTagClassName
{
color: #BFC336;
}
</style>
background-color css
<style>
a { background-color: #BFC336; }
a { background-color: rgb(191,195,54); }
div.DivClassName
{
background-color: #BFC336;
}
.BgClassName
{
background-color: #BFC336;
}
</style>
border-color css
<style>
span { border-color: #BFC336; }
span { border-color: rgb(191,195,54); }
td.TdClassName
{
border-color: #BFC336;
}
.TagClassName
{
border-color: #BFC336;
}
</style>