#BEC932

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

Shades of Fuego #BEC932

Tints of Fuego #BEC932

Color information

#BEC932 (or 0xBEC932) is unknown color: approx Fuego. HEX triplet: BE, C9 and 32. RGB value is (190,201,50). Sum of RGB (Red+Green+Blue) = 190+201+50=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC932 is #4136CD. Grayscale: #B5B5B5. Windows color (decimal): -4273870 or 3328446. OLE color: 3328446.

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

Color convert

RGB19020150-
CMYK0.0500.750.21
HSL64.37º60.16%49.22%-
HSV(B)64.37º75.12%78.82%-
XYZ42.752.9510.99-
YUV180.554.36134.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 201 (78.91% from 255) = 45.58%
BLUE value IS 50 (19.92% from 255) = 11.34%
R=43.08%
G=45.58%
B=11.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201500.0500.750.2164.3760.1649.22
HexBEC932504B15403c31
Octal2763116250113251007461
Binary101111101100100111001010101001011101011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC932; }

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

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

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

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

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

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

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

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