Shades of Fuego #BFCC35
Tints of Fuego #BFCC35
RGB
CMYK
RGB Variations
Color information
#BFCC35 (or 0xBFCC35) is known color: Fuego. HEX triplet: BF, CC and 35. RGB value is (191,204,53). Sum of RGB (Red+Green+Blue) = 191+204+53=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC35 is #4033CA. Grayscale: #B7B7B7. Windows color (decimal): -4207563 or 3525823. OLE color: 3525823.
HSL color Cylindrical-coordinate representation of color #BFCC35: hue angle of 65.17º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFCC35 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 53 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.2 |
| HSL | 65.17º | 0.6% | 0.5% | - |
| HSV(B) | 65.17º | 0.74% | 0.8% | - |
| XYZ | 43.72 | 54.52 | 11.59 | - |
| YUV | 182.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 53 | 0.06 | 0 | 0.74 | 0.2 | 65.17 | 0.6 | 0.5 |
| Hex | BF | CC | 35 | 6 | 0 | 4A | 14 | 41 | 3C | 32 |
| Octal | 277 | 314 | 65 | 6 | 0 | 112 | 24 | 101 | 74 | 62 |
| Binary | 10111111 | 11001100 | 110101 | 110 | 0 | 1001010 | 10100 | 1000001 | 111100 | 110010 |
Color Harmonies of #BFCC35
Complementary color
Monochromatic Colors of #BFCC35
Black with #BFCC35
Text Example
Text Example
White with #BFCC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC35; }
p { color: rgb(191,204,53); }
H1.HeaderClassName
{
color: #BFCC35;
}
.AnyTagClassName
{
color: #BFCC35;
}
</style>
background-color css
<style>
a { background-color: #BFCC35; }
a { background-color: rgb(191,204,53); }
div.DivClassName
{
background-color: #BFCC35;
}
.BgClassName
{
background-color: #BFCC35;
}
</style>
border-color css
<style>
span { border-color: #BFCC35; }
span { border-color: rgb(191,204,53); }
td.TdClassName
{
border-color: #BFCC35;
}
.TagClassName
{
border-color: #BFCC35;
}
</style>