Shades of Fuego #BFC738
Tints of Fuego #BFC738
RGB
CMYK
RGB Variations
Color information
#BFC738 (or 0xBFC738) is known color: Fuego. HEX triplet: BF, C7 and 38. RGB value is (191,199,56). Sum of RGB (Red+Green+Blue) = 191+199+56=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC738 is #4038C7. Grayscale: #B4B4B4. Windows color (decimal): -4208840 or 3721151. OLE color: 3721151.
HSL color Cylindrical-coordinate representation of color #BFC738: hue angle of 63.36º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC738 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 56 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.22 |
| HSL | 63.36º | 0.56% | 0.5% | - |
| HSV(B) | 63.36º | 0.72% | 0.78% | - |
| XYZ | 42.62 | 52.21 | 11.57 | - |
| YUV | 180.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 56 | 0.04 | 0 | 0.72 | 0.22 | 63.36 | 0.56 | 0.5 |
| Hex | BF | C7 | 38 | 4 | 0 | 48 | 16 | 3F | 38 | 32 |
| Octal | 277 | 307 | 70 | 4 | 0 | 110 | 26 | 77 | 70 | 62 |
| Binary | 10111111 | 11000111 | 111000 | 100 | 0 | 1001000 | 10110 | 111111 | 111000 | 110010 |
Color Harmonies of #BFC738
Complementary color
Monochromatic Colors of #BFC738
Black with #BFC738
Text Example
Text Example
White with #BFC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC738; }
p { color: rgb(191,199,56); }
H1.HeaderClassName
{
color: #BFC738;
}
.AnyTagClassName
{
color: #BFC738;
}
</style>
background-color css
<style>
a { background-color: #BFC738; }
a { background-color: rgb(191,199,56); }
div.DivClassName
{
background-color: #BFC738;
}
.BgClassName
{
background-color: #BFC738;
}
</style>
border-color css
<style>
span { border-color: #BFC738; }
span { border-color: rgb(191,199,56); }
td.TdClassName
{
border-color: #BFC738;
}
.TagClassName
{
border-color: #BFC738;
}
</style>