Shades of Fuego #BFCD31
Tints of Fuego #BFCD31
RGB
CMYK
RGB Variations
Color information
#BFCD31 (or 0xBFCD31) is known color: Fuego. HEX triplet: BF, CD and 31. RGB value is (191,205,49). Sum of RGB (Red+Green+Blue) = 191+205+49=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD31 is #4032CE. Grayscale: #B7B7B7. Windows color (decimal): -4207311 or 3263935. OLE color: 3263935.
HSL color Cylindrical-coordinate representation of color #BFCD31: hue angle of 65.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFCD31 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 49 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.20 |
| HSL | 65.38º | 0.61% | 0.5% | - |
| HSV(B) | 65.38º | 0.76% | 0.8% | - |
| XYZ | 43.87 | 54.96 | 11.2 | - |
| YUV | 183.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 49 | 0.07 | 0 | 0.76 | 0.20 | 65.38 | 0.61 | 0.5 |
| Hex | BF | CD | 31 | 7 | 0 | 4C | 14 | 41 | 3D | 32 |
| Octal | 277 | 315 | 61 | 7 | 0 | 114 | 24 | 101 | 75 | 62 |
| Binary | 10111111 | 11001101 | 110001 | 111 | 0 | 1001100 | 10100 | 1000001 | 111101 | 110010 |
Color Harmonies of #BFCD31
Complementary color
Monochromatic Colors of #BFCD31
Black with #BFCD31
Text Example
Text Example
White with #BFCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD31; }
p { color: rgb(191,205,49); }
H1.HeaderClassName
{
color: #BFCD31;
}
.AnyTagClassName
{
color: #BFCD31;
}
</style>
background-color css
<style>
a { background-color: #BFCD31; }
a { background-color: rgb(191,205,49); }
div.DivClassName
{
background-color: #BFCD31;
}
.BgClassName
{
background-color: #BFCD31;
}
</style>
border-color css
<style>
span { border-color: #BFCD31; }
span { border-color: rgb(191,205,49); }
td.TdClassName
{
border-color: #BFCD31;
}
.TagClassName
{
border-color: #BFCD31;
}
</style>