#be3f49

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

Shades of Old Rose #BE3F49

Tints of Old Rose #BE3F49

Color information

#BE3F49 (or 0xBE3F49) is unknown color: approx Old Rose. HEX triplet: BE, 3F and 49. RGB value is (190,63,73). Sum of RGB (Red+Green+Blue) = 190+63+73=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F49 is #41C0B6. Grayscale: #666666. Windows color (decimal): -4309175 or 4800446. OLE color: 4800446.

HSL color Cylindrical-coordinate representation of color #BE3F49: hue angle of 355.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F49 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1906373-
CMYK00.670.620.25
HSL355.28º50.2%49.61%-
HSV(B)355.28º66.84%74.51%-
XYZ24.2214.987.92-
YUV102.11111.58190.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=58.28%
G=19.33%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190637300.670.620.25355.2850.249.61
HexBE3F490433E191633232
Octal27677111010376315436262
Binary1011111011111110010010100001111111011001101100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3f49; }

 p { color: rgb(190,63,73); }

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

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

 a { background-color: rgb(190,63,73); }

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

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

 span { border-color: rgb(190,63,73); }

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