#BE4E4A

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

Shades of Sunset #BE4E4A

Tints of Sunset #BE4E4A

Color information

#BE4E4A (or 0xBE4E4A) is unknown color: approx Sunset. HEX triplet: BE, 4E and 4A. RGB value is (190,78,74). Sum of RGB (Red+Green+Blue) = 190+78+74=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E4A is #41B1B5. Grayscale: #6F6F6F. Windows color (decimal): -4305334 or 4869822. OLE color: 4869822.

HSL color Cylindrical-coordinate representation of color #BE4E4A: hue angle of 2.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4E4A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1907874-
CMYK00.590.610.25
HSL2.07º47.15%51.76%-
HSV(B)2.07º61.05%74.51%-
XYZ25.216.898.41-
YUV111.03107.11184.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=55.56%
G=22.81%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190787400.590.610.252.0747.1551.76
HexBE4E4A03B3D1922f34
Octal276116112073753125764
Binary101111101001110100101001110111111011100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E4A; }

 p { color: rgb(190,78,74); }

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

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

 a { background-color: rgb(190,78,74); }

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

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

 span { border-color: rgb(190,78,74); }

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