Shades of Fuego #BFCC31
Tints of Fuego #BFCC31
RGB
CMYK
RGB Variations
Color information
#BFCC31 (or 0xBFCC31) is known color: Fuego. HEX triplet: BF, CC and 31. RGB value is (191,204,49). Sum of RGB (Red+Green+Blue) = 191+204+49=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC31 is #4033CE. Grayscale: #B7B7B7. Windows color (decimal): -4207567 or 3263679. OLE color: 3263679.
HSL color Cylindrical-coordinate representation of color #BFCC31: hue angle of 65.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFCC31 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 49 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.2 |
| HSL | 65.03º | 0.61% | 0.5% | - |
| HSV(B) | 65.03º | 0.76% | 0.8% | - |
| XYZ | 43.63 | 54.48 | 11.12 | - |
| YUV | 182.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 49 | 0.06 | 0 | 0.76 | 0.2 | 65.03 | 0.61 | 0.5 |
| Hex | BF | CC | 31 | 6 | 0 | 4C | 14 | 41 | 3D | 32 |
| Octal | 277 | 314 | 61 | 6 | 0 | 114 | 24 | 101 | 75 | 62 |
| Binary | 10111111 | 11001100 | 110001 | 110 | 0 | 1001100 | 10100 | 1000001 | 111101 | 110010 |
Color Harmonies of #BFCC31
Complementary color
Monochromatic Colors of #BFCC31
Black with #BFCC31
Text Example
Text Example
White with #BFCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC31; }
p { color: rgb(191,204,49); }
H1.HeaderClassName
{
color: #BFCC31;
}
.AnyTagClassName
{
color: #BFCC31;
}
</style>
background-color css
<style>
a { background-color: #BFCC31; }
a { background-color: rgb(191,204,49); }
div.DivClassName
{
background-color: #BFCC31;
}
.BgClassName
{
background-color: #BFCC31;
}
</style>
border-color css
<style>
span { border-color: #BFCC31; }
span { border-color: rgb(191,204,49); }
td.TdClassName
{
border-color: #BFCC31;
}
.TagClassName
{
border-color: #BFCC31;
}
</style>