#BE3E57

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

Shades of Old Rose #BE3E57

Tints of Old Rose #BE3E57

Color information

#BE3E57 (or 0xBE3E57) is unknown color: approx Old Rose. HEX triplet: BE, 3E and 57. RGB value is (190,62,87). Sum of RGB (Red+Green+Blue) = 190+62+87=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E57 is #41C1A8. Grayscale: #676767. Windows color (decimal): -4309417 or 5717694. OLE color: 5717694.

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

Color convert

RGB1906287-
CMYK00.670.540.25
HSL348.28º50.79%49.41%-
HSV(B)348.28º67.37%74.51%-
XYZ24.6815.0810.63-
YUV103.12118.91189.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=56.05%
G=18.29%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190628700.670.540.25348.2850.7949.41
HexBE3E57043361915c3331
Octal27676127010366315346361
Binary1011111011111010101110100001111011011001101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E57; }

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

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

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

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

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

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

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

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