Shades of Fuego #BFCD33
Tints of Fuego #BFCD33
RGB
CMYK
RGB Variations
Color information
#BFCD33 (or 0xBFCD33) is known color: Fuego. HEX triplet: BF, CD and 33. RGB value is (191,205,51). Sum of RGB (Red+Green+Blue) = 191+205+51=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD33 is #4032CC. Grayscale: #B7B7B7. Windows color (decimal): -4207309 or 3395007. OLE color: 3395007.
HSL color Cylindrical-coordinate representation of color #BFCD33: hue angle of 65.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFCD33 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 51 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.20 |
| HSL | 65.45º | 0.61% | 0.5% | - |
| HSV(B) | 65.45º | 0.75% | 0.8% | - |
| XYZ | 43.91 | 54.98 | 11.43 | - |
| YUV | 183.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 51 | 0.07 | 0 | 0.75 | 0.20 | 65.45 | 0.61 | 0.5 |
| Hex | BF | CD | 33 | 7 | 0 | 4B | 14 | 41 | 3D | 32 |
| Octal | 277 | 315 | 63 | 7 | 0 | 113 | 24 | 101 | 75 | 62 |
| Binary | 10111111 | 11001101 | 110011 | 111 | 0 | 1001011 | 10100 | 1000001 | 111101 | 110010 |
Color Harmonies of #BFCD33
Complementary color
Monochromatic Colors of #BFCD33
Black with #BFCD33
Text Example
Text Example
White with #BFCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD33; }
p { color: rgb(191,205,51); }
H1.HeaderClassName
{
color: #BFCD33;
}
.AnyTagClassName
{
color: #BFCD33;
}
</style>
background-color css
<style>
a { background-color: #BFCD33; }
a { background-color: rgb(191,205,51); }
div.DivClassName
{
background-color: #BFCD33;
}
.BgClassName
{
background-color: #BFCD33;
}
</style>
border-color css
<style>
span { border-color: #BFCD33; }
span { border-color: rgb(191,205,51); }
td.TdClassName
{
border-color: #BFCD33;
}
.TagClassName
{
border-color: #BFCD33;
}
</style>