Shades of Fuego #BFCC27
Tints of Fuego #BFCC27
RGB
CMYK
RGB Variations
Color information
#BFCC27 (or 0xBFCC27) is known color: Fuego. HEX triplet: BF, CC and 27. RGB value is (191,204,39). Sum of RGB (Red+Green+Blue) = 191+204+39=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC27 is #4033D8. Grayscale: #B5B5B5. Windows color (decimal): -4207577 or 2608319. OLE color: 2608319.
HSL color Cylindrical-coordinate representation of color #BFCC27: hue angle of 64.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFCC27 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 39 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.2 |
| HSL | 64.73º | 0.68% | 0.48% | - |
| HSV(B) | 64.73º | 0.81% | 0.8% | - |
| XYZ | 43.44 | 54.41 | 10.13 | - |
| YUV | 181.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 39 | 0.06 | 0 | 0.81 | 0.2 | 64.73 | 0.68 | 0.48 |
| Hex | BF | CC | 27 | 6 | 0 | 51 | 14 | 41 | 44 | 30 |
| Octal | 277 | 314 | 47 | 6 | 0 | 121 | 24 | 101 | 104 | 60 |
| Binary | 10111111 | 11001100 | 100111 | 110 | 0 | 1010001 | 10100 | 1000001 | 1000100 | 110000 |
Color Harmonies of #BFCC27
Complementary color
Monochromatic Colors of #BFCC27
Black with #BFCC27
Text Example
Text Example
White with #BFCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC27; }
p { color: rgb(191,204,39); }
H1.HeaderClassName
{
color: #BFCC27;
}
.AnyTagClassName
{
color: #BFCC27;
}
</style>
background-color css
<style>
a { background-color: #BFCC27; }
a { background-color: rgb(191,204,39); }
div.DivClassName
{
background-color: #BFCC27;
}
.BgClassName
{
background-color: #BFCC27;
}
</style>
border-color css
<style>
span { border-color: #BFCC27; }
span { border-color: rgb(191,204,39); }
td.TdClassName
{
border-color: #BFCC27;
}
.TagClassName
{
border-color: #BFCC27;
}
</style>