Shades of Fuego #BFCB31
Tints of Fuego #BFCB31
RGB
CMYK
RGB Variations
Color information
#BFCB31 (or 0xBFCB31) is known color: Fuego. HEX triplet: BF, CB and 31. RGB value is (191,203,49). Sum of RGB (Red+Green+Blue) = 191+203+49=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB31 is #4034CE. Grayscale: #B6B6B6. Windows color (decimal): -4207823 or 3263423. OLE color: 3263423.
HSL color Cylindrical-coordinate representation of color #BFCB31: hue angle of 64.68º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFCB31 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 49 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.20 |
| HSL | 64.68º | 0.61% | 0.49% | - |
| HSV(B) | 64.68º | 0.76% | 0.8% | - |
| XYZ | 43.4 | 54.01 | 11.04 | - |
| YUV | 181.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 49 | 0.06 | 0 | 0.76 | 0.20 | 64.68 | 0.61 | 0.49 |
| Hex | BF | CB | 31 | 6 | 0 | 4C | 14 | 41 | 3D | 31 |
| Octal | 277 | 313 | 61 | 6 | 0 | 114 | 24 | 101 | 75 | 61 |
| Binary | 10111111 | 11001011 | 110001 | 110 | 0 | 1001100 | 10100 | 1000001 | 111101 | 110001 |
Color Harmonies of #BFCB31
Complementary color
Monochromatic Colors of #BFCB31
Black with #BFCB31
Text Example
Text Example
White with #BFCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB31; }
p { color: rgb(191,203,49); }
H1.HeaderClassName
{
color: #BFCB31;
}
.AnyTagClassName
{
color: #BFCB31;
}
</style>
background-color css
<style>
a { background-color: #BFCB31; }
a { background-color: rgb(191,203,49); }
div.DivClassName
{
background-color: #BFCB31;
}
.BgClassName
{
background-color: #BFCB31;
}
</style>
border-color css
<style>
span { border-color: #BFCB31; }
span { border-color: rgb(191,203,49); }
td.TdClassName
{
border-color: #BFCB31;
}
.TagClassName
{
border-color: #BFCB31;
}
</style>