Shades of Fuego #BFCF32
Tints of Fuego #BFCF32
RGB
CMYK
RGB Variations
Color information
#BFCF32 (or 0xBFCF32) is known color: Fuego. HEX triplet: BF, CF and 32. RGB value is (191,207,50). Sum of RGB (Red+Green+Blue) = 191+207+50=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF32 is #4030CD. Grayscale: #B8B8B8. Windows color (decimal): -4206798 or 3329983. OLE color: 3329983.
HSL color Cylindrical-coordinate representation of color #BFCF32: hue angle of 66.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFCF32 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 50 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.19 |
| HSL | 66.11º | 0.62% | 0.5% | - |
| HSV(B) | 66.11º | 0.76% | 0.81% | - |
| XYZ | 44.37 | 55.93 | 11.47 | - |
| YUV | 184.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 50 | 0.08 | 0 | 0.76 | 0.19 | 66.11 | 0.62 | 0.5 |
| Hex | BF | CF | 32 | 8 | 0 | 4C | 13 | 42 | 3E | 32 |
| Octal | 277 | 317 | 62 | 10 | 0 | 114 | 23 | 102 | 76 | 62 |
| Binary | 10111111 | 11001111 | 110010 | 1000 | 0 | 1001100 | 10011 | 1000010 | 111110 | 110010 |
Color Harmonies of #BFCF32
Complementary color
Monochromatic Colors of #BFCF32
Black with #BFCF32
Text Example
Text Example
White with #BFCF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF32; }
p { color: rgb(191,207,50); }
H1.HeaderClassName
{
color: #BFCF32;
}
.AnyTagClassName
{
color: #BFCF32;
}
</style>
background-color css
<style>
a { background-color: #BFCF32; }
a { background-color: rgb(191,207,50); }
div.DivClassName
{
background-color: #BFCF32;
}
.BgClassName
{
background-color: #BFCF32;
}
</style>
border-color css
<style>
span { border-color: #BFCF32; }
span { border-color: rgb(191,207,50); }
td.TdClassName
{
border-color: #BFCF32;
}
.TagClassName
{
border-color: #BFCF32;
}
</style>