#BE504B

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

Shades of Sunset #BE504B

Tints of Sunset #BE504B

Color information

#BE504B (or 0xBE504B) is unknown color: approx Sunset. HEX triplet: BE, 50 and 4B. RGB value is (190,80,75). Sum of RGB (Red+Green+Blue) = 190+80+75=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE504B is #41AFB4. Grayscale: #707070. Windows color (decimal): -4304821 or 4935870. OLE color: 4935870.

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

Color convert

RGB1908075-
CMYK00.580.610.25
HSL2.61º46.94%51.96%-
HSV(B)2.61º60.53%74.51%-
XYZ25.3717.198.64-
YUV112.32106.94183.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=55.07%
G=23.19%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190807500.580.610.252.6146.9451.96
HexBE504B03A3D1932f34
Octal276120113072753135764
Binary101111101010000100101101110101111011100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE504B; }

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

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

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

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

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

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

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

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