#BE524F

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

Shades of Sunset #BE524F

Tints of Sunset #BE524F

Color information

#BE524F (or 0xBE524F) is unknown color: approx Sunset. HEX triplet: BE, 52 and 4F. RGB value is (190,82,79). Sum of RGB (Red+Green+Blue) = 190+82+79=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE524F is #41ADB0. Grayscale: #727272. Windows color (decimal): -4304305 or 5198526. OLE color: 5198526.

HSL color Cylindrical-coordinate representation of color #BE524F: hue angle of 1.62º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE524F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1908279-
CMYK00.570.580.25
HSL1.62º46.06%52.75%-
HSV(B)1.62º58.42%74.51%-
XYZ25.6617.559.43-
YUV113.95108.28182.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=54.13%
G=23.36%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190827900.570.580.251.6246.0652.75
HexBE524F0393A1922e35
Octal276122117071723125665
Binary101111101010010100111101110011110101100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE524F; }

 p { color: rgb(190,82,79); }

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

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

 a { background-color: rgb(190,82,79); }

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

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

 span { border-color: rgb(190,82,79); }

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