#BE1D57

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

Shades of Old Rose #BE1D57

Tints of Old Rose #BE1D57

Color information

#BE1D57 (or 0xBE1D57) is unknown color: approx Old Rose. HEX triplet: BE, 1D and 57. RGB value is (190,29,87). Sum of RGB (Red+Green+Blue) = 190+29+87=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D57 is #41E2A8. Grayscale: #535353. Windows color (decimal): -4317865 or 5709246. OLE color: 5709246.

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

Color convert

RGB1902987-
CMYK00.850.540.25
HSL338.39º73.52%42.94%-
HSV(B)338.39º84.74%74.51%-
XYZ23.3912.5110.2-
YUV83.75129.84203.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 29 (11.72% from 255) = 9.48%
BLUE value IS 87 (34.38% from 255) = 28.43%
R=62.09%
G=9.48%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190298700.850.540.25338.3973.5242.94
HexBE1D5705536191524a2b
Octal276351270125663152211253
Binary1011111011101101011101010101110110110011010100101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D57; }

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

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

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

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

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

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

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

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