Shades of Fuego #BFD037
Tints of Fuego #BFD037
RGB
CMYK
RGB Variations
Color information
#BFD037 (or 0xBFD037) is known color: Fuego. HEX triplet: BF, D0 and 37. RGB value is (191,208,55). Sum of RGB (Red+Green+Blue) = 191+208+55=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD037 is #402FC8. Grayscale: #BABABA. Windows color (decimal): -4206537 or 3657919. OLE color: 3657919.
HSL color Cylindrical-coordinate representation of color #BFD037: hue angle of 66.67º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD037 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 55 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.18 |
| HSL | 66.67º | 0.62% | 0.52% | - |
| HSV(B) | 66.67º | 0.74% | 0.82% | - |
| XYZ | 44.73 | 56.46 | 12.16 | - |
| YUV | 185.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 55 | 0.08 | 0 | 0.74 | 0.18 | 66.67 | 0.62 | 0.52 |
| Hex | BF | D0 | 37 | 8 | 0 | 4A | 12 | 43 | 3E | 34 |
| Octal | 277 | 320 | 67 | 10 | 0 | 112 | 22 | 103 | 76 | 64 |
| Binary | 10111111 | 11010000 | 110111 | 1000 | 0 | 1001010 | 10010 | 1000011 | 111110 | 110100 |
Color Harmonies of #BFD037
Complementary color
Monochromatic Colors of #BFD037
Black with #BFD037
Text Example
Text Example
White with #BFD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD037; }
p { color: rgb(191,208,55); }
H1.HeaderClassName
{
color: #BFD037;
}
.AnyTagClassName
{
color: #BFD037;
}
</style>
background-color css
<style>
a { background-color: #BFD037; }
a { background-color: rgb(191,208,55); }
div.DivClassName
{
background-color: #BFD037;
}
.BgClassName
{
background-color: #BFD037;
}
</style>
border-color css
<style>
span { border-color: #BFD037; }
span { border-color: rgb(191,208,55); }
td.TdClassName
{
border-color: #BFD037;
}
.TagClassName
{
border-color: #BFD037;
}
</style>