#BE3C57

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

Shades of Old Rose #BE3C57

Tints of Old Rose #BE3C57

Color information

#BE3C57 (or 0xBE3C57) is unknown color: approx Old Rose. HEX triplet: BE, 3C and 57. RGB value is (190,60,87). Sum of RGB (Red+Green+Blue) = 190+60+87=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C57 is #41C3A8. Grayscale: #656565. Windows color (decimal): -4309929 or 5717182. OLE color: 5717182.

HSL color Cylindrical-coordinate representation of color #BE3C57: hue angle of 347.54º degrees, saturation: 0.52, 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 #BE3C57 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1906087-
CMYK00.680.540.25
HSL347.54º52%49.02%-
HSV(B)347.54º68.42%74.51%-
XYZ24.5714.8710.59-
YUV101.95119.57190.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=56.38%
G=17.80%
B=25.82%

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
Decimal190608700.680.540.25347.545249.02
HexBE3C57044361915c3431
Octal27674127010466315346461
Binary1011111011110010101110100010011011011001101011100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C57; }

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

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

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

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

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

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

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

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