#BE2A5D

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

Shades of Old Rose #BE2A5D

Tints of Old Rose #BE2A5D

Color information

#BE2A5D (or 0xBE2A5D) is unknown color: approx Old Rose. HEX triplet: BE, 2A and 5D. RGB value is (190,42,93). Sum of RGB (Red+Green+Blue) = 190+42+93=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A5D is #41D5A2. Grayscale: #5C5C5C. Windows color (decimal): -4314531 or 6105790. OLE color: 6105790.

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

Color convert

RGB1904293-
CMYK00.780.510.25
HSL339.32º63.79%45.49%-
HSV(B)339.32º77.89%74.51%-
XYZ24.0413.3911.67-
YUV92.07128.53197.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=58.46%
G=12.92%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190429300.780.510.25339.3263.7945.49
HexBE2A5D04E3319153402d
Octal276521350116633152310055
Binary10111110101010101110101001110110011110011010100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A5D; }

 p { color: rgb(190,42,93); }

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

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

 a { background-color: rgb(190,42,93); }

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

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

 span { border-color: rgb(190,42,93); }

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