Shades of Fuego #BFC938
Tints of Fuego #BFC938
RGB
CMYK
RGB Variations
Color information
#BFC938 (or 0xBFC938) is known color: Fuego. HEX triplet: BF, C9 and 38. RGB value is (191,201,56). Sum of RGB (Red+Green+Blue) = 191+201+56=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC938 is #4036C7. Grayscale: #B6B6B6. Windows color (decimal): -4208328 or 3721663. OLE color: 3721663.
HSL color Cylindrical-coordinate representation of color #BFC938: hue angle of 64.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC938 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 56 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.21 |
| HSL | 64.14º | 0.57% | 0.5% | - |
| HSV(B) | 64.14º | 0.72% | 0.79% | - |
| XYZ | 43.09 | 53.14 | 11.73 | - |
| YUV | 181.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 56 | 0.05 | 0 | 0.72 | 0.21 | 64.14 | 0.57 | 0.5 |
| Hex | BF | C9 | 38 | 5 | 0 | 48 | 15 | 40 | 39 | 32 |
| Octal | 277 | 311 | 70 | 5 | 0 | 110 | 25 | 100 | 71 | 62 |
| Binary | 10111111 | 11001001 | 111000 | 101 | 0 | 1001000 | 10101 | 1000000 | 111001 | 110010 |
Color Harmonies of #BFC938
Complementary color
Monochromatic Colors of #BFC938
Black with #BFC938
Text Example
Text Example
White with #BFC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC938; }
p { color: rgb(191,201,56); }
H1.HeaderClassName
{
color: #BFC938;
}
.AnyTagClassName
{
color: #BFC938;
}
</style>
background-color css
<style>
a { background-color: #BFC938; }
a { background-color: rgb(191,201,56); }
div.DivClassName
{
background-color: #BFC938;
}
.BgClassName
{
background-color: #BFC938;
}
</style>
border-color css
<style>
span { border-color: #BFC938; }
span { border-color: rgb(191,201,56); }
td.TdClassName
{
border-color: #BFC938;
}
.TagClassName
{
border-color: #BFC938;
}
</style>