Shades of Fuego #BFD732
Tints of Fuego #BFD732
RGB
CMYK
RGB Variations
Color information
#BFD732 (or 0xBFD732) is known color: Fuego. HEX triplet: BF, D7 and 32. RGB value is (191,215,50). Sum of RGB (Red+Green+Blue) = 191+215+50=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD732 is #4028CD. Grayscale: #BDBDBD. Windows color (decimal): -4204750 or 3332031. OLE color: 3332031.
HSL color Cylindrical-coordinate representation of color #BFD732: hue angle of 68.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFD732 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 50 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.16 |
| HSL | 68.73º | 0.67% | 0.52% | - |
| HSV(B) | 68.73º | 0.77% | 0.84% | - |
| XYZ | 46.36 | 59.91 | 12.14 | - |
| YUV | 189.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 50 | 0.11 | 0 | 0.77 | 0.16 | 68.73 | 0.67 | 0.52 |
| Hex | BF | D7 | 32 | B | 0 | 4D | 10 | 45 | 43 | 34 |
| Octal | 277 | 327 | 62 | 13 | 0 | 115 | 20 | 105 | 103 | 64 |
| Binary | 10111111 | 11010111 | 110010 | 1011 | 0 | 1001101 | 10000 | 1000101 | 1000011 | 110100 |
Color Harmonies of #BFD732
Complementary color
Monochromatic Colors of #BFD732
Black with #BFD732
Text Example
Text Example
White with #BFD732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD732; }
p { color: rgb(191,215,50); }
H1.HeaderClassName
{
color: #BFD732;
}
.AnyTagClassName
{
color: #BFD732;
}
</style>
background-color css
<style>
a { background-color: #BFD732; }
a { background-color: rgb(191,215,50); }
div.DivClassName
{
background-color: #BFD732;
}
.BgClassName
{
background-color: #BFD732;
}
</style>
border-color css
<style>
span { border-color: #BFD732; }
span { border-color: rgb(191,215,50); }
td.TdClassName
{
border-color: #BFD732;
}
.TagClassName
{
border-color: #BFD732;
}
</style>