Shades of Fuego #BFCF37
Tints of Fuego #BFCF37
RGB
CMYK
RGB Variations
Color information
#BFCF37 (or 0xBFCF37) is known color: Fuego. HEX triplet: BF, CF and 37. RGB value is (191,207,55). Sum of RGB (Red+Green+Blue) = 191+207+55=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF37 is #4030C8. Grayscale: #B9B9B9. Windows color (decimal): -4206793 or 3657663. OLE color: 3657663.
HSL color Cylindrical-coordinate representation of color #BFCF37: hue angle of 66.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFCF37 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 55 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.19 |
| HSL | 66.32º | 0.61% | 0.51% | - |
| HSV(B) | 66.32º | 0.73% | 0.81% | - |
| XYZ | 44.49 | 55.98 | 12.07 | - |
| YUV | 184.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 55 | 0.08 | 0 | 0.73 | 0.19 | 66.32 | 0.61 | 0.51 |
| Hex | BF | CF | 37 | 8 | 0 | 49 | 13 | 42 | 3D | 33 |
| Octal | 277 | 317 | 67 | 10 | 0 | 111 | 23 | 102 | 75 | 63 |
| Binary | 10111111 | 11001111 | 110111 | 1000 | 0 | 1001001 | 10011 | 1000010 | 111101 | 110011 |
Color Harmonies of #BFCF37
Complementary color
Monochromatic Colors of #BFCF37
Black with #BFCF37
Text Example
Text Example
White with #BFCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF37; }
p { color: rgb(191,207,55); }
H1.HeaderClassName
{
color: #BFCF37;
}
.AnyTagClassName
{
color: #BFCF37;
}
</style>
background-color css
<style>
a { background-color: #BFCF37; }
a { background-color: rgb(191,207,55); }
div.DivClassName
{
background-color: #BFCF37;
}
.BgClassName
{
background-color: #BFCF37;
}
</style>
border-color css
<style>
span { border-color: #BFCF37; }
span { border-color: rgb(191,207,55); }
td.TdClassName
{
border-color: #BFCF37;
}
.TagClassName
{
border-color: #BFCF37;
}
</style>