#BE2A46

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

Shades of Old Rose #BE2A46

Tints of Old Rose #BE2A46

Color information

#BE2A46 (or 0xBE2A46) is unknown color: approx Old Rose. HEX triplet: BE, 2A and 46. RGB value is (190,42,70). Sum of RGB (Red+Green+Blue) = 190+42+70=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A46 is #41D5B9. Grayscale: #595959. Windows color (decimal): -4314554 or 4598462. OLE color: 4598462.

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

Color convert

RGB1904270-
CMYK00.780.630.25
HSL348.65º63.79%45.49%-
HSV(B)348.65º77.89%74.51%-
XYZ23.1713.057.09-
YUV89.44117.03199.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=62.91%
G=13.91%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190427000.780.630.25348.6563.7945.49
HexBE2A4604E3F1915d402d
Octal276521060116773153510055
Binary10111110101010100011001001110111111110011010111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A46; }

 p { color: rgb(190,42,70); }

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

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

 a { background-color: rgb(190,42,70); }

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

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

 span { border-color: rgb(190,42,70); }

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