#BE404A

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

Shades of Old Rose #BE404A

Tints of Old Rose #BE404A

Color information

#BE404A (or 0xBE404A) is unknown color: approx Old Rose. HEX triplet: BE, 40 and 4A. RGB value is (190,64,74). Sum of RGB (Red+Green+Blue) = 190+64+74=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE404A is #41BFB5. Grayscale: #666666. Windows color (decimal): -4308918 or 4866238. OLE color: 4866238.

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

Color convert

RGB1906474-
CMYK00.660.610.25
HSL355.24º49.61%49.8%-
HSV(B)355.24º66.32%74.51%-
XYZ24.315.118.11-
YUV102.81111.74190.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=57.93%
G=19.51%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190647400.660.610.25355.2449.6149.8
HexBE404A0423D191633232
Octal276100112010275315436262
Binary10111110100000010010100100001011110111001101100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE404A; }

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

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

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

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

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

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

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

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