#BE2E57

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

Shades of Old Rose #BE2E57

Tints of Old Rose #BE2E57

Color information

#BE2E57 (or 0xBE2E57) is unknown color: approx Old Rose. HEX triplet: BE, 2E and 57. RGB value is (190,46,87). Sum of RGB (Red+Green+Blue) = 190+46+87=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E57 is #41D1A8. Grayscale: #5D5D5D. Windows color (decimal): -4313513 or 5713598. OLE color: 5713598.

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

Color convert

RGB1904687-
CMYK00.760.540.25
HSL342.92º61.02%46.27%-
HSV(B)342.92º75.79%74.51%-
XYZ23.9313.5910.38-
YUV93.73124.21196.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=58.82%
G=14.24%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190468700.760.540.25342.9261.0246.27
HexBE2E5704C36191573d2e
Octal27656127011466315277556
Binary1011111010111010101110100110011011011001101010111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E57; }

 p { color: rgb(190,46,87); }

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

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

 a { background-color: rgb(190,46,87); }

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

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

 span { border-color: rgb(190,46,87); }

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