#BE1B57

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

Shades of Old Rose #BE1B57

Tints of Old Rose #BE1B57

Color information

#BE1B57 (or 0xBE1B57) is unknown color: approx Old Rose. HEX triplet: BE, 1B and 57. RGB value is (190,27,87). Sum of RGB (Red+Green+Blue) = 190+27+87=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1B57 is #41E4A8. Grayscale: #525252. Windows color (decimal): -4318377 or 5708734. OLE color: 5708734.

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

Color convert

RGB1902787-
CMYK00.860.540.25
HSL337.91º75.12%42.55%-
HSV(B)337.91º85.79%74.51%-
XYZ23.3512.4210.18-
YUV82.58130.5204.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 27 (10.94% from 255) = 8.88%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=62.5%
G=8.88%
B=28.62%

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
Decimal190278700.860.540.25337.9175.1242.55
HexBE1B5705636191524b2b
Octal276331270126663152211353
Binary1011111011011101011101010110110110110011010100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B57; }

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

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

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

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

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

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

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

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