#BE524B

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

Shades of Sunset #BE524B

Tints of Sunset #BE524B

Color information

#BE524B (or 0xBE524B) is unknown color: approx Sunset. HEX triplet: BE, 52 and 4B. RGB value is (190,82,75). Sum of RGB (Red+Green+Blue) = 190+82+75=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE524B is #41ADB4. Grayscale: #717171. Windows color (decimal): -4304309 or 4936382. OLE color: 4936382.

HSL color Cylindrical-coordinate representation of color #BE524B: hue angle of 3.65º 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 #BE524B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1908275-
CMYK00.570.610.25
HSL3.65º46.94%51.96%-
HSV(B)3.65º60.53%74.51%-
XYZ25.5217.498.69-
YUV113.49106.28182.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=54.76%
G=23.63%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190827500.570.610.253.6546.9451.96
HexBE524B0393D1942f34
Octal276122113071753145764
Binary1011111010100101001011011100111110111001100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE524B; }

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

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

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

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

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

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

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

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