#BE2D4C

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

Shades of Old Rose #BE2D4C

Tints of Old Rose #BE2D4C

Color information

#BE2D4C (or 0xBE2D4C) is unknown color: approx Old Rose. HEX triplet: BE, 2D and 4C. RGB value is (190,45,76). Sum of RGB (Red+Green+Blue) = 190+45+76=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D4C is #41D2B3. Grayscale: #5B5B5B. Windows color (decimal): -4313780 or 4992446. OLE color: 4992446.

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

Color convert

RGB1904576-
CMYK00.760.600.25
HSL347.17º61.7%46.08%-
HSV(B)347.17º76.32%74.51%-
XYZ23.4813.358.18-
YUV91.89119.04197.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=61.09%
G=14.47%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190457600.760.600.25347.1761.746.08
HexBE2D4C04C3C1915b3e2e
Octal27655114011474315337656
Binary1011111010110110011000100110011110011001101011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D4C; }

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

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

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

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

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

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

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

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