#BE2A63

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

Shades of Old Rose #BE2A63

Tints of Old Rose #BE2A63

Color information

#BE2A63 (or 0xBE2A63) is unknown color: approx Old Rose. HEX triplet: BE, 2A and 63. RGB value is (190,42,99). Sum of RGB (Red+Green+Blue) = 190+42+99=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A63 is #41D59C. Grayscale: #5C5C5C. Windows color (decimal): -4314525 or 6499006. OLE color: 6499006.

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

Color convert

RGB1904299-
CMYK00.780.480.25
HSL336.89º63.79%45.49%-
HSV(B)336.89º77.89%74.51%-
XYZ24.3213.513.13-
YUV92.75131.53197.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=57.40%
G=12.69%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190429900.780.480.25336.8963.7945.49
HexBE2A6304E3019151402d
Octal276521430116603152110055
Binary10111110101010110001101001110110000110011010100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A63; }

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

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

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

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

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

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

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

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