#BE1D52

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

Shades of Old Rose #BE1D52

Tints of Old Rose #BE1D52

Color information

#BE1D52 (or 0xBE1D52) is unknown color: approx Old Rose. HEX triplet: BE, 1D and 52. RGB value is (190,29,82). Sum of RGB (Red+Green+Blue) = 190+29+82=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D52 is #41E2AD. Grayscale: #535353. Windows color (decimal): -4317870 or 5381566. OLE color: 5381566.

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

Color convert

RGB1902982-
CMYK00.850.570.25
HSL340.25º73.52%42.94%-
HSV(B)340.25º84.74%74.51%-
XYZ23.212.449.16-
YUV83.18127.34204.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=63.12%
G=9.63%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190298200.850.570.25340.2573.5242.94
HexBE1D5205539191544a2b
Octal276351220125713152411253
Binary1011111011101101001001010101111001110011010101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D52; }

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

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

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

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

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

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

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

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