#be2e54

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

Shades of Old Rose #BE2E54

Tints of Old Rose #BE2E54

Color information

#BE2E54 (or 0xBE2E54) is unknown color: approx Old Rose. HEX triplet: BE, 2E and 54. RGB value is (190,46,84). Sum of RGB (Red+Green+Blue) = 190+46+84=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E54 is #41D1AB. Grayscale: #5D5D5D. Windows color (decimal): -4313516 or 5516990. OLE color: 5516990.

HSL color Cylindrical-coordinate representation of color #BE2E54: hue angle of 344.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2E54 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1904684-
CMYK00.760.560.25
HSL344.17º61.02%46.27%-
HSV(B)344.17º75.79%74.51%-
XYZ23.8113.549.75-
YUV93.39122.71196.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.38%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=59.38%
G=14.38%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190468400.760.560.25344.1761.0246.27
HexBE2E5404C38191583d2e
Octal27656124011470315307556
Binary1011111010111010101000100110011100011001101011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be2e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be2e54; }

 p { color: rgb(190,46,84); }

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

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

 a { background-color: rgb(190,46,84); }

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

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

 span { border-color: rgb(190,46,84); }

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