#BE3E51

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

Shades of Old Rose #BE3E51

Tints of Old Rose #BE3E51

Color information

#BE3E51 (or 0xBE3E51) is unknown color: approx Old Rose. HEX triplet: BE, 3E and 51. RGB value is (190,62,81). Sum of RGB (Red+Green+Blue) = 190+62+81=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E51 is #41C1AE. Grayscale: #666666. Windows color (decimal): -4309423 or 5324478. OLE color: 5324478.

HSL color Cylindrical-coordinate representation of color #BE3E51: hue angle of 351.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E51 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1906281-
CMYK00.670.570.25
HSL351.09º50.79%49.41%-
HSV(B)351.09º67.37%74.51%-
XYZ24.4414.999.39-
YUV102.44115.91190.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=57.06%
G=18.62%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190628100.670.570.25351.0950.7949.41
HexBE3E51043391915f3331
Octal27676121010371315376361
Binary1011111011111010100010100001111100111001101011111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E51; }

 p { color: rgb(190,62,81); }

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

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

 a { background-color: rgb(190,62,81); }

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

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

 span { border-color: rgb(190,62,81); }

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