#BE3D57

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

Shades of Old Rose #BE3D57

Tints of Old Rose #BE3D57

Color information

#BE3D57 (or 0xBE3D57) is unknown color: approx Old Rose. HEX triplet: BE, 3D and 57. RGB value is (190,61,87). Sum of RGB (Red+Green+Blue) = 190+61+87=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D57 is #41C2A8. Grayscale: #666666. Windows color (decimal): -4309673 or 5717438. OLE color: 5717438.

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

Color convert

RGB1906187-
CMYK00.680.540.25
HSL347.91º51.39%49.22%-
HSV(B)347.91º67.89%74.51%-
XYZ24.6214.9710.61-
YUV102.54119.24190.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=56.21%
G=18.05%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190618700.680.540.25347.9151.3949.22
HexBE3D57044361915c3331
Octal27675127010466315346361
Binary1011111011110110101110100010011011011001101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D57; }

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

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

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

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

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

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

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

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