Shades of Fuego #BFCC2A
Tints of Fuego #BFCC2A
RGB
CMYK
RGB Variations
Color information
#BFCC2A (or 0xBFCC2A) is known color: Fuego. HEX triplet: BF, CC and 2A. RGB value is (191,204,42). Sum of RGB (Red+Green+Blue) = 191+204+42=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC2A is #4033D5. Grayscale: #B6B6B6. Windows color (decimal): -4207574 or 2804927. OLE color: 2804927.
HSL color Cylindrical-coordinate representation of color #BFCC2A: hue angle of 64.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFCC2A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 42 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.2 |
| HSL | 64.81º | 0.66% | 0.48% | - |
| HSV(B) | 64.81º | 0.79% | 0.8% | - |
| XYZ | 43.5 | 54.43 | 10.4 | - |
| YUV | 181.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 42 | 0.06 | 0 | 0.79 | 0.2 | 64.81 | 0.66 | 0.48 |
| Hex | BF | CC | 2A | 6 | 0 | 4F | 14 | 41 | 42 | 30 |
| Octal | 277 | 314 | 52 | 6 | 0 | 117 | 24 | 101 | 102 | 60 |
| Binary | 10111111 | 11001100 | 101010 | 110 | 0 | 1001111 | 10100 | 1000001 | 1000010 | 110000 |
Color Harmonies of #BFCC2A
Complementary color
Monochromatic Colors of #BFCC2A
Black with #BFCC2A
Text Example
Text Example
White with #BFCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC2A; }
p { color: rgb(191,204,42); }
H1.HeaderClassName
{
color: #BFCC2A;
}
.AnyTagClassName
{
color: #BFCC2A;
}
</style>
background-color css
<style>
a { background-color: #BFCC2A; }
a { background-color: rgb(191,204,42); }
div.DivClassName
{
background-color: #BFCC2A;
}
.BgClassName
{
background-color: #BFCC2A;
}
</style>
border-color css
<style>
span { border-color: #BFCC2A; }
span { border-color: rgb(191,204,42); }
td.TdClassName
{
border-color: #BFCC2A;
}
.TagClassName
{
border-color: #BFCC2A;
}
</style>