#BE4050

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

Shades of Old Rose #BE4050

Tints of Old Rose #BE4050

Color information

#BE4050 (or 0xBE4050) is unknown color: approx Old Rose. HEX triplet: BE, 40 and 50. RGB value is (190,64,80). Sum of RGB (Red+Green+Blue) = 190+64+80=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4050 is #41BFAF. Grayscale: #676767. Windows color (decimal): -4308912 or 5259454. OLE color: 5259454.

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

Color convert

RGB1906480-
CMYK00.660.580.25
HSL352.38º49.61%49.8%-
HSV(B)352.38º66.32%74.51%-
XYZ24.5215.199.23-
YUV103.5114.74189.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=56.89%
G=19.16%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190648000.660.580.25352.3849.6149.8
HexBE40500423A191603232
Octal276100120010272315406262
Binary10111110100000010100000100001011101011001101100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4050; }

 p { color: rgb(190,64,80); }

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

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

 a { background-color: rgb(190,64,80); }

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

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

 span { border-color: rgb(190,64,80); }

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