#BE324D

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

Shades of Old Rose #BE324D

Tints of Old Rose #BE324D

Color information

#BE324D (or 0xBE324D) is unknown color: approx Old Rose. HEX triplet: BE, 32 and 4D. RGB value is (190,50,77). Sum of RGB (Red+Green+Blue) = 190+50+77=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE324D is #41CDB2. Grayscale: #5E5E5E. Windows color (decimal): -4312499 or 5059262. OLE color: 5059262.

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

Color convert

RGB1905077-
CMYK00.740.590.25
HSL348.43º58.33%47.06%-
HSV(B)348.43º73.68%74.51%-
XYZ23.7213.768.43-
YUV94.94117.88195.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.94%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=59.94%
G=15.77%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190507700.740.590.25348.4358.3347.06
HexBE324D04A3B1915c3a2f
Octal27662115011273315347257
Binary1011111011001010011010100101011101111001101011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE324D; }

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

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

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

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

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

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

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

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