Shades of Fuego #BFCD32
Tints of Fuego #BFCD32
RGB
CMYK
RGB Variations
Color information
#BFCD32 (or 0xBFCD32) is known color: Fuego. HEX triplet: BF, CD and 32. RGB value is (191,205,50). Sum of RGB (Red+Green+Blue) = 191+205+50=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD32 is #4032CD. Grayscale: #B7B7B7. Windows color (decimal): -4207310 or 3329471. OLE color: 3329471.
HSL color Cylindrical-coordinate representation of color #BFCD32: hue angle of 65.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFCD32 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 50 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.20 |
| HSL | 65.42º | 0.61% | 0.5% | - |
| HSV(B) | 65.42º | 0.76% | 0.8% | - |
| XYZ | 43.89 | 54.97 | 11.31 | - |
| YUV | 183.14 | 52.86 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 50 | 0.07 | 0 | 0.76 | 0.20 | 65.42 | 0.61 | 0.5 |
| Hex | BF | CD | 32 | 7 | 0 | 4C | 14 | 41 | 3D | 32 |
| Octal | 277 | 315 | 62 | 7 | 0 | 114 | 24 | 101 | 75 | 62 |
| Binary | 10111111 | 11001101 | 110010 | 111 | 0 | 1001100 | 10100 | 1000001 | 111101 | 110010 |
Color Harmonies of #BFCD32
Complementary color
Monochromatic Colors of #BFCD32
Black with #BFCD32
Text Example
Text Example
White with #BFCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD32; }
p { color: rgb(191,205,50); }
H1.HeaderClassName
{
color: #BFCD32;
}
.AnyTagClassName
{
color: #BFCD32;
}
</style>
background-color css
<style>
a { background-color: #BFCD32; }
a { background-color: rgb(191,205,50); }
div.DivClassName
{
background-color: #BFCD32;
}
.BgClassName
{
background-color: #BFCD32;
}
</style>
border-color css
<style>
span { border-color: #BFCD32; }
span { border-color: rgb(191,205,50); }
td.TdClassName
{
border-color: #BFCD32;
}
.TagClassName
{
border-color: #BFCD32;
}
</style>