#BE394C

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

Shades of Old Rose #BE394C

Tints of Old Rose #BE394C

Color information

#BE394C (or 0xBE394C) is unknown color: approx Old Rose. HEX triplet: BE, 39 and 4C. RGB value is (190,57,76). Sum of RGB (Red+Green+Blue) = 190+57+76=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE394C is #41C6B3. Grayscale: #626262. Windows color (decimal): -4310708 or 4995518. OLE color: 4995518.

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

Color convert

RGB1905776-
CMYK00.70.600.25
HSL351.43º53.85%48.43%-
HSV(B)351.43º70%74.51%-
XYZ2414.48.35-
YUV98.93115.06192.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190577600.70.600.25351.4353.8548.43
HexBE394C0463C1915f3630
Octal27671114010674315376660
Binary1011111011100110011000100011011110011001101011111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE394C; }

 p { color: rgb(190,57,76); }

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

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

 a { background-color: rgb(190,57,76); }

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

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

 span { border-color: rgb(190,57,76); }

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