#BE325D

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

Shades of Old Rose #BE325D

Tints of Old Rose #BE325D

Color information

#BE325D (or 0xBE325D) is unknown color: approx Old Rose. HEX triplet: BE, 32 and 5D. RGB value is (190,50,93). Sum of RGB (Red+Green+Blue) = 190+50+93=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE325D is #41CDA2. Grayscale: #606060. Windows color (decimal): -4312483 or 6107838. OLE color: 6107838.

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

Color convert

RGB1905093-
CMYK00.740.510.25
HSL341.57º58.33%47.06%-
HSV(B)341.57º73.68%74.51%-
XYZ24.3514.0211.78-
YUV96.76125.88194.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=57.06%
G=15.02%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190509300.740.510.25341.5758.3347.06
HexBE325D04A33191563a2f
Octal27662135011263315267257
Binary1011111011001010111010100101011001111001101010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE325D; }

 p { color: rgb(190,50,93); }

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

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

 a { background-color: rgb(190,50,93); }

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

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

 span { border-color: rgb(190,50,93); }

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