Shades of Fuego #BFCC33
Tints of Fuego #BFCC33
RGB
CMYK
RGB Variations
Color information
#BFCC33 (or 0xBFCC33) is known color: Fuego. HEX triplet: BF, CC and 33. RGB value is (191,204,51). Sum of RGB (Red+Green+Blue) = 191+204+51=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC33 is #4033CC. Grayscale: #B7B7B7. Windows color (decimal): -4207565 or 3394751. OLE color: 3394751.
HSL color Cylindrical-coordinate representation of color #BFCC33: hue angle of 65.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFCC33 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 51 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.2 |
| HSL | 65.1º | 0.6% | 0.5% | - |
| HSV(B) | 65.1º | 0.75% | 0.8% | - |
| XYZ | 43.68 | 54.5 | 11.35 | - |
| YUV | 182.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 51 | 0.06 | 0 | 0.75 | 0.2 | 65.1 | 0.6 | 0.5 |
| Hex | BF | CC | 33 | 6 | 0 | 4B | 14 | 41 | 3C | 32 |
| Octal | 277 | 314 | 63 | 6 | 0 | 113 | 24 | 101 | 74 | 62 |
| Binary | 10111111 | 11001100 | 110011 | 110 | 0 | 1001011 | 10100 | 1000001 | 111100 | 110010 |
Color Harmonies of #BFCC33
Complementary color
Monochromatic Colors of #BFCC33
Black with #BFCC33
Text Example
Text Example
White with #BFCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC33; }
p { color: rgb(191,204,51); }
H1.HeaderClassName
{
color: #BFCC33;
}
.AnyTagClassName
{
color: #BFCC33;
}
</style>
background-color css
<style>
a { background-color: #BFCC33; }
a { background-color: rgb(191,204,51); }
div.DivClassName
{
background-color: #BFCC33;
}
.BgClassName
{
background-color: #BFCC33;
}
</style>
border-color css
<style>
span { border-color: #BFCC33; }
span { border-color: rgb(191,204,51); }
td.TdClassName
{
border-color: #BFCC33;
}
.TagClassName
{
border-color: #BFCC33;
}
</style>