#BE3A47

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

Shades of Old Rose #BE3A47

Tints of Old Rose #BE3A47

Color information

#BE3A47 (or 0xBE3A47) is unknown color: approx Old Rose. HEX triplet: BE, 3A and 47. RGB value is (190,58,71). Sum of RGB (Red+Green+Blue) = 190+58+71=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A47 is #41C5B8. Grayscale: #636363. Windows color (decimal): -4310457 or 4668094. OLE color: 4668094.

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

Color convert

RGB1905871-
CMYK00.690.630.25
HSL354.09º53.23%48.63%-
HSV(B)354.09º69.47%74.51%-
XYZ23.8914.437.49-
YUV98.95112.23192.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=59.56%
G=18.18%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190587100.690.630.25354.0953.2348.63
HexBE3A470453F191623531
Octal27672107010577315426561
Binary1011111011101010001110100010111111111001101100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A47; }

 p { color: rgb(190,58,71); }

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

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

 a { background-color: rgb(190,58,71); }

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

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

 span { border-color: rgb(190,58,71); }

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