Shades of Fuego #BFCC28
Tints of Fuego #BFCC28
RGB
CMYK
RGB Variations
Color information
#BFCC28 (or 0xBFCC28) is known color: Fuego. HEX triplet: BF, CC and 28. RGB value is (191,204,40). Sum of RGB (Red+Green+Blue) = 191+204+40=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC28 is #4033D7. Grayscale: #B6B6B6. Windows color (decimal): -4207576 or 2673855. OLE color: 2673855.
HSL color Cylindrical-coordinate representation of color #BFCC28: hue angle of 64.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFCC28 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 40 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.2 |
| HSL | 64.76º | 0.67% | 0.48% | - |
| HSV(B) | 64.76º | 0.8% | 0.8% | - |
| XYZ | 43.46 | 54.42 | 10.22 | - |
| YUV | 181.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 40 | 0.06 | 0 | 0.80 | 0.2 | 64.76 | 0.67 | 0.48 |
| Hex | BF | CC | 28 | 6 | 0 | 50 | 14 | 41 | 43 | 30 |
| Octal | 277 | 314 | 50 | 6 | 0 | 120 | 24 | 101 | 103 | 60 |
| Binary | 10111111 | 11001100 | 101000 | 110 | 0 | 1010000 | 10100 | 1000001 | 1000011 | 110000 |
Color Harmonies of #BFCC28
Complementary color
Monochromatic Colors of #BFCC28
Black with #BFCC28
Text Example
Text Example
White with #BFCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC28; }
p { color: rgb(191,204,40); }
H1.HeaderClassName
{
color: #BFCC28;
}
.AnyTagClassName
{
color: #BFCC28;
}
</style>
background-color css
<style>
a { background-color: #BFCC28; }
a { background-color: rgb(191,204,40); }
div.DivClassName
{
background-color: #BFCC28;
}
.BgClassName
{
background-color: #BFCC28;
}
</style>
border-color css
<style>
span { border-color: #BFCC28; }
span { border-color: rgb(191,204,40); }
td.TdClassName
{
border-color: #BFCC28;
}
.TagClassName
{
border-color: #BFCC28;
}
</style>