#BEC931

Color #BEC931 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BEC931

Tints of Fuego #BEC931

Color information

#BEC931 (or 0xBEC931) is unknown color: approx Fuego. HEX triplet: BE, C9 and 31. RGB value is (190,201,49). Sum of RGB (Red+Green+Blue) = 190+201+49=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC931 is #4136CE. Grayscale: #B4B4B4. Windows color (decimal): -4273871 or 3262910. OLE color: 3262910.

HSL color Cylindrical-coordinate representation of color #BEC931: hue angle of 64.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEC931 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB19020149-
CMYK0.0500.760.21
HSL64.34º60.8%49.02%-
HSV(B)64.34º75.62%78.82%-
XYZ42.6852.9410.88-
YUV180.3853.86134.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 201 (78.91% from 255) = 45.68%
BLUE value IS 49 (19.53% from 255) = 11.14%
R=43.18%
G=45.68%
B=11.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201490.0500.760.2164.3460.849.02
HexBEC931504C15403d31
Octal2763116150114251007561
Binary101111101100100111000110101001100101011000000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC931; }

 p { color: rgb(190,201,49); }

 H1.HeaderClassName
 {
   color: #BEC931;
 }
 .AnyTagClassName
 {
   color: #BEC931;
 }
</style>
background-color css

<style>
 a { background-color: #BEC931; }

 a { background-color: rgb(190,201,49); }

 div.DivClassName
 {
   background-color: #BEC931;
 }
 .BgClassName
 {
   background-color: #BEC931;
 }
</style>
border-color css

<style>
 span { border-color: #BEC931; }

 span { border-color: rgb(190,201,49); }

 td.TdClassName
 {
   border-color: #BEC931;
 }
 .TagClassName
 {
   border-color: #BEC931;
 }
</style>