#BE2D4A

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

Shades of Old Rose #BE2D4A

Tints of Old Rose #BE2D4A

Color information

#BE2D4A (or 0xBE2D4A) is unknown color: approx Old Rose. HEX triplet: BE, 2D and 4A. RGB value is (190,45,74). Sum of RGB (Red+Green+Blue) = 190+45+74=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D4A is #41D2B5. Grayscale: #5B5B5B. Windows color (decimal): -4313782 or 4861374. OLE color: 4861374.

HSL color Cylindrical-coordinate representation of color #BE2D4A: hue angle of 348º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D4A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1904574-
CMYK00.760.610.25
HSL348º61.7%46.08%-
HSV(B)348º76.32%74.51%-
XYZ23.4113.327.82-
YUV91.66118.04198.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=61.49%
G=14.56%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190457400.760.610.2534861.746.08
HexBE2D4A04C3D1915c3e2e
Octal27655112011475315347656
Binary1011111010110110010100100110011110111001101011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D4A; }

 p { color: rgb(190,45,74); }

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

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

 a { background-color: rgb(190,45,74); }

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

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

 span { border-color: rgb(190,45,74); }

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