#BE1A55

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

Shades of Old Rose #BE1A55

Tints of Old Rose #BE1A55

Color information

#BE1A55 (or 0xBE1A55) is unknown color: approx Old Rose. HEX triplet: BE, 1A and 55. RGB value is (190,26,85). Sum of RGB (Red+Green+Blue) = 190+26+85=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A55 is #41E5AA. Grayscale: #515151. Windows color (decimal): -4318635 or 5577406. OLE color: 5577406.

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

Color convert

RGB1902685-
CMYK00.860.550.25
HSL338.41º75.93%42.35%-
HSV(B)338.41º86.32%74.51%-
XYZ23.2412.349.75-
YUV81.76129.83205.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=63.12%
G=8.64%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190268500.860.550.25338.4175.9342.35
HexBE1A5505637191524c2a
Octal276321250126673152211452
Binary1011111011010101010101010110110111110011010100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A55; }

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

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

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

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

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

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

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

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