#BE1A58

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

Shades of Old Rose #BE1A58

Tints of Old Rose #BE1A58

Color information

#BE1A58 (or 0xBE1A58) is unknown color: approx Old Rose. HEX triplet: BE, 1A and 58. RGB value is (190,26,88). Sum of RGB (Red+Green+Blue) = 190+26+88=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A58 is #41E5A7. Grayscale: #525252. Windows color (decimal): -4318632 or 5774014. OLE color: 5774014.

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

Color convert

RGB1902688-
CMYK00.860.540.25
HSL337.32º75.93%42.35%-
HSV(B)337.32º86.32%74.51%-
XYZ23.3712.3910.39-
YUV82.1131.33204.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=62.5%
G=8.55%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190268800.860.540.25337.3275.9342.35
HexBE1A5805636191514c2a
Octal276321300126663152111452
Binary1011111011010101100001010110110110110011010100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A58; }

 p { color: rgb(190,26,88); }

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

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

 a { background-color: rgb(190,26,88); }

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

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

 span { border-color: rgb(190,26,88); }

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