Shades of Fuego #BFCC39
Tints of Fuego #BFCC39
RGB
CMYK
RGB Variations
Color information
#BFCC39 (or 0xBFCC39) is known color: Fuego. HEX triplet: BF, CC and 39. RGB value is (191,204,57). Sum of RGB (Red+Green+Blue) = 191+204+57=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC39 is #4033C6. Grayscale: #B7B7B7. Windows color (decimal): -4207559 or 3787967. OLE color: 3787967.
HSL color Cylindrical-coordinate representation of color #BFCC39: hue angle of 65.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFCC39 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 57 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.2 |
| HSL | 65.31º | 0.59% | 0.51% | - |
| HSV(B) | 65.31º | 0.72% | 0.8% | - |
| XYZ | 43.82 | 54.56 | 12.09 | - |
| YUV | 183.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 57 | 0.06 | 0 | 0.72 | 0.2 | 65.31 | 0.59 | 0.51 |
| Hex | BF | CC | 39 | 6 | 0 | 48 | 14 | 41 | 3B | 33 |
| Octal | 277 | 314 | 71 | 6 | 0 | 110 | 24 | 101 | 73 | 63 |
| Binary | 10111111 | 11001100 | 111001 | 110 | 0 | 1001000 | 10100 | 1000001 | 111011 | 110011 |
Color Harmonies of #BFCC39
Complementary color
Monochromatic Colors of #BFCC39
Black with #BFCC39
Text Example
Text Example
White with #BFCC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC39; }
p { color: rgb(191,204,57); }
H1.HeaderClassName
{
color: #BFCC39;
}
.AnyTagClassName
{
color: #BFCC39;
}
</style>
background-color css
<style>
a { background-color: #BFCC39; }
a { background-color: rgb(191,204,57); }
div.DivClassName
{
background-color: #BFCC39;
}
.BgClassName
{
background-color: #BFCC39;
}
</style>
border-color css
<style>
span { border-color: #BFCC39; }
span { border-color: rgb(191,204,57); }
td.TdClassName
{
border-color: #BFCC39;
}
.TagClassName
{
border-color: #BFCC39;
}
</style>