Shades of Fuego #BFD734
Tints of Fuego #BFD734
RGB
CMYK
RGB Variations
Color information
#BFD734 (or 0xBFD734) is known color: Fuego. HEX triplet: BF, D7 and 34. RGB value is (191,215,52). Sum of RGB (Red+Green+Blue) = 191+215+52=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD734 is #4028CB. Grayscale: #BDBDBD. Windows color (decimal): -4204748 or 3463103. OLE color: 3463103.
HSL color Cylindrical-coordinate representation of color #BFD734: hue angle of 68.83º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD734 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 52 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.16 |
| HSL | 68.83º | 0.67% | 0.52% | - |
| HSV(B) | 68.83º | 0.76% | 0.84% | - |
| XYZ | 46.41 | 59.93 | 12.37 | - |
| YUV | 189.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 52 | 0.11 | 0 | 0.76 | 0.16 | 68.83 | 0.67 | 0.52 |
| Hex | BF | D7 | 34 | B | 0 | 4C | 10 | 45 | 43 | 34 |
| Octal | 277 | 327 | 64 | 13 | 0 | 114 | 20 | 105 | 103 | 64 |
| Binary | 10111111 | 11010111 | 110100 | 1011 | 0 | 1001100 | 10000 | 1000101 | 1000011 | 110100 |
Color Harmonies of #BFD734
Complementary color
Monochromatic Colors of #BFD734
Black with #BFD734
Text Example
Text Example
White with #BFD734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD734; }
p { color: rgb(191,215,52); }
H1.HeaderClassName
{
color: #BFD734;
}
.AnyTagClassName
{
color: #BFD734;
}
</style>
background-color css
<style>
a { background-color: #BFD734; }
a { background-color: rgb(191,215,52); }
div.DivClassName
{
background-color: #BFD734;
}
.BgClassName
{
background-color: #BFD734;
}
</style>
border-color css
<style>
span { border-color: #BFD734; }
span { border-color: rgb(191,215,52); }
td.TdClassName
{
border-color: #BFD734;
}
.TagClassName
{
border-color: #BFD734;
}
</style>