#BEC335

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

Shades of Fuego #BEC335

Tints of Fuego #BEC335

Color information

#BEC335 (or 0xBEC335) is unknown color: approx Fuego. HEX triplet: BE, C3 and 35. RGB value is (190,195,53). Sum of RGB (Red+Green+Blue) = 190+195+53=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC335 is #413CCA. Grayscale: #B1B1B1. Windows color (decimal): -4275403 or 3523518. OLE color: 3523518.

HSL color Cylindrical-coordinate representation of color #BEC335: hue angle of 62.11º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEC335 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19019553-
CMYK0.0300.730.24
HSL62.11º57.26%48.63%-
HSV(B)62.11º72.82%76.47%-
XYZ41.3950.2310.88-
YUV177.3257.84137.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 53 (21.09% from 255) = 12.10%
R=43.38%
G=44.52%
B=12.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195530.0300.730.2462.1157.2648.63
HexBEC3353049183e3931
Octal276303653011130767161
Binary1011111011000011110101110100100111000111110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC335; }

 p { color: rgb(190,195,53); }

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

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

 a { background-color: rgb(190,195,53); }

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

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

 span { border-color: rgb(190,195,53); }

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