#BE404D

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

Shades of Old Rose #BE404D

Tints of Old Rose #BE404D

Color information

#BE404D (or 0xBE404D) is unknown color: approx Old Rose. HEX triplet: BE, 40 and 4D. RGB value is (190,64,77). Sum of RGB (Red+Green+Blue) = 190+64+77=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE404D is #41BFB2. Grayscale: #676767. Windows color (decimal): -4308915 or 5062846. OLE color: 5062846.

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

Color convert

RGB1906477-
CMYK00.660.590.25
HSL353.81º49.61%49.8%-
HSV(B)353.81º66.32%74.51%-
XYZ24.4115.158.66-
YUV103.16113.24189.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=57.40%
G=19.34%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190647700.660.590.25353.8149.6149.8
HexBE404D0423B191623232
Octal276100115010273315426262
Binary10111110100000010011010100001011101111001101100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE404D; }

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

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

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

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

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

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

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

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