#BE5448

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

Shades of Sunset #BE5448

Tints of Sunset #BE5448

Color information

#BE5448 (or 0xBE5448) is unknown color: approx Sunset. HEX triplet: BE, 54 and 48. RGB value is (190,84,72). Sum of RGB (Red+Green+Blue) = 190+84+72=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5448 is #41ABB7. Grayscale: #727272. Windows color (decimal): -4303800 or 4740286. OLE color: 4740286.

HSL color Cylindrical-coordinate representation of color #BE5448: hue angle of 6.1º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5448 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1908472-
CMYK00.560.620.25
HSL6.1º47.58%51.37%-
HSV(B)6.1º62.11%74.51%-
XYZ25.5817.768.21-
YUV114.33104.12181.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=54.91%
G=24.28%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190847200.560.620.256.147.5851.37
HexBE54480383E1963033
Octal276124110070763166063
Binary1011111010101001001000011100011111011001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5448; }

 p { color: rgb(190,84,72); }

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

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

 a { background-color: rgb(190,84,72); }

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

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

 span { border-color: rgb(190,84,72); }

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