Shades of Fuego #BFCC3A
Tints of Fuego #BFCC3A
RGB
CMYK
RGB Variations
Color information
#BFCC3A (or 0xBFCC3A) is known color: Fuego. HEX triplet: BF, CC and 3A. RGB value is (191,204,58). Sum of RGB (Red+Green+Blue) = 191+204+58=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC3A is #4033C5. Grayscale: #B8B8B8. Windows color (decimal): -4207558 or 3853503. OLE color: 3853503.
HSL color Cylindrical-coordinate representation of color #BFCC3A: hue angle of 65.34º 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 #BFCC3A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 58 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.2 |
| HSL | 65.34º | 0.59% | 0.51% | - |
| HSV(B) | 65.34º | 0.72% | 0.8% | - |
| XYZ | 43.84 | 54.57 | 12.22 | - |
| YUV | 183.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 58 | 0.06 | 0 | 0.72 | 0.2 | 65.34 | 0.59 | 0.51 |
| Hex | BF | CC | 3A | 6 | 0 | 48 | 14 | 41 | 3B | 33 |
| Octal | 277 | 314 | 72 | 6 | 0 | 110 | 24 | 101 | 73 | 63 |
| Binary | 10111111 | 11001100 | 111010 | 110 | 0 | 1001000 | 10100 | 1000001 | 111011 | 110011 |
Color Harmonies of #BFCC3A
Complementary color
Monochromatic Colors of #BFCC3A
Black with #BFCC3A
Text Example
Text Example
White with #BFCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC3A; }
p { color: rgb(191,204,58); }
H1.HeaderClassName
{
color: #BFCC3A;
}
.AnyTagClassName
{
color: #BFCC3A;
}
</style>
background-color css
<style>
a { background-color: #BFCC3A; }
a { background-color: rgb(191,204,58); }
div.DivClassName
{
background-color: #BFCC3A;
}
.BgClassName
{
background-color: #BFCC3A;
}
</style>
border-color css
<style>
span { border-color: #BFCC3A; }
span { border-color: rgb(191,204,58); }
td.TdClassName
{
border-color: #BFCC3A;
}
.TagClassName
{
border-color: #BFCC3A;
}
</style>