#BE2D62

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

Shades of Old Rose #BE2D62

Tints of Old Rose #BE2D62

Color information

#BE2D62 (or 0xBE2D62) is unknown color: approx Old Rose. HEX triplet: BE, 2D and 62. RGB value is (190,45,98). Sum of RGB (Red+Green+Blue) = 190+45+98=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D62 is #41D29D. Grayscale: #5E5E5E. Windows color (decimal): -4313758 or 6434238. OLE color: 6434238.

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

Color convert

RGB1904598-
CMYK00.760.480.25
HSL338.07º61.7%46.08%-
HSV(B)338.07º76.32%74.51%-
XYZ24.3813.7112.92-
YUV94.4130.04196.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=57.06%
G=13.51%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190459800.760.480.25338.0761.746.08
HexBE2D6204C30191523e2e
Octal27655142011460315227656
Binary1011111010110111000100100110011000011001101010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D62; }

 p { color: rgb(190,45,98); }

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

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

 a { background-color: rgb(190,45,98); }

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

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

 span { border-color: rgb(190,45,98); }

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