Shades of Fuego #BFC338
Tints of Fuego #BFC338
RGB
CMYK
RGB Variations
Color information
#BFC338 (or 0xBFC338) is known color: Fuego. HEX triplet: BF, C3 and 38. RGB value is (191,195,56). Sum of RGB (Red+Green+Blue) = 191+195+56=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC338 is #403CC7. Grayscale: #B2B2B2. Windows color (decimal): -4209864 or 3720127. OLE color: 3720127.
HSL color Cylindrical-coordinate representation of color #BFC338: hue angle of 61.73º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC338 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 56 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.24 |
| HSL | 61.73º | 0.55% | 0.49% | - |
| HSV(B) | 61.73º | 0.71% | 0.76% | - |
| XYZ | 41.71 | 50.39 | 11.27 | - |
| YUV | 177.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 56 | 0.02 | 0 | 0.71 | 0.24 | 61.73 | 0.55 | 0.49 |
| Hex | BF | C3 | 38 | 2 | 0 | 47 | 18 | 3E | 37 | 31 |
| Octal | 277 | 303 | 70 | 2 | 0 | 107 | 30 | 76 | 67 | 61 |
| Binary | 10111111 | 11000011 | 111000 | 10 | 0 | 1000111 | 11000 | 111110 | 110111 | 110001 |
Color Harmonies of #BFC338
Complementary color
Monochromatic Colors of #BFC338
Black with #BFC338
Text Example
Text Example
White with #BFC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC338; }
p { color: rgb(191,195,56); }
H1.HeaderClassName
{
color: #BFC338;
}
.AnyTagClassName
{
color: #BFC338;
}
</style>
background-color css
<style>
a { background-color: #BFC338; }
a { background-color: rgb(191,195,56); }
div.DivClassName
{
background-color: #BFC338;
}
.BgClassName
{
background-color: #BFC338;
}
</style>
border-color css
<style>
span { border-color: #BFC338; }
span { border-color: rgb(191,195,56); }
td.TdClassName
{
border-color: #BFC338;
}
.TagClassName
{
border-color: #BFC338;
}
</style>