#BE1D53

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

Shades of Old Rose #BE1D53

Tints of Old Rose #BE1D53

Color information

#BE1D53 (or 0xBE1D53) is unknown color: approx Old Rose. HEX triplet: BE, 1D and 53. RGB value is (190,29,83). Sum of RGB (Red+Green+Blue) = 190+29+83=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D53 is #41E2AC. Grayscale: #535353. Windows color (decimal): -4317869 or 5447102. OLE color: 5447102.

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

Color convert

RGB1902983-
CMYK00.850.560.25
HSL339.88º73.52%42.94%-
HSV(B)339.88º84.74%74.51%-
XYZ23.2412.459.36-
YUV83.3127.84204.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=62.91%
G=9.60%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190298300.850.560.25339.8873.5242.94
HexBE1D5305538191544a2b
Octal276351230125703152411253
Binary1011111011101101001101010101111000110011010101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D53; }

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

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

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

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

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

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

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

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