#BE2A60

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

Shades of Old Rose #BE2A60

Tints of Old Rose #BE2A60

Color information

#BE2A60 (or 0xBE2A60) is unknown color: approx Old Rose. HEX triplet: BE, 2A and 60. RGB value is (190,42,96). Sum of RGB (Red+Green+Blue) = 190+42+96=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A60 is #41D59F. Grayscale: #5C5C5C. Windows color (decimal): -4314528 or 6302398. OLE color: 6302398.

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

Color convert

RGB1904296-
CMYK00.780.490.25
HSL338.11º63.79%45.49%-
HSV(B)338.11º77.89%74.51%-
XYZ24.1713.4512.39-
YUV92.41130.03197.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 42 (16.80% from 255) = 12.80%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=57.93%
G=12.80%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190429600.780.490.25338.1163.7945.49
HexBE2A6004E3119152402d
Octal276521400116613152210055
Binary10111110101010110000001001110110001110011010100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A60; }

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

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

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

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

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

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

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

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