Shades of Fuego #BFD527
Tints of Fuego #BFD527
RGB
CMYK
RGB Variations
Color information
#BFD527 (or 0xBFD527) is known color: Fuego. HEX triplet: BF, D5 and 27. RGB value is (191,213,39). Sum of RGB (Red+Green+Blue) = 191+213+39=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD527 is #402AD8. Grayscale: #BBBBBB. Windows color (decimal): -4205273 or 2610623. OLE color: 2610623.
HSL color Cylindrical-coordinate representation of color #BFD527: hue angle of 67.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFD527 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 39 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.16 |
| HSL | 67.59º | 0.69% | 0.49% | - |
| HSV(B) | 67.59º | 0.82% | 0.84% | - |
| XYZ | 45.65 | 58.81 | 10.87 | - |
| YUV | 186.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 39 | 0.10 | 0 | 0.82 | 0.16 | 67.59 | 0.69 | 0.49 |
| Hex | BF | D5 | 27 | A | 0 | 52 | 10 | 44 | 45 | 31 |
| Octal | 277 | 325 | 47 | 12 | 0 | 122 | 20 | 104 | 105 | 61 |
| Binary | 10111111 | 11010101 | 100111 | 1010 | 0 | 1010010 | 10000 | 1000100 | 1000101 | 110001 |
Color Harmonies of #BFD527
Complementary color
Monochromatic Colors of #BFD527
Black with #BFD527
Text Example
Text Example
White with #BFD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD527; }
p { color: rgb(191,213,39); }
H1.HeaderClassName
{
color: #BFD527;
}
.AnyTagClassName
{
color: #BFD527;
}
</style>
background-color css
<style>
a { background-color: #BFD527; }
a { background-color: rgb(191,213,39); }
div.DivClassName
{
background-color: #BFD527;
}
.BgClassName
{
background-color: #BFD527;
}
</style>
border-color css
<style>
span { border-color: #BFD527; }
span { border-color: rgb(191,213,39); }
td.TdClassName
{
border-color: #BFD527;
}
.TagClassName
{
border-color: #BFD527;
}
</style>