#BE2964

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

Shades of Old Rose #BE2964

Tints of Old Rose #BE2964

Color information

#BE2964 (or 0xBE2964) is unknown color: approx Old Rose. HEX triplet: BE, 29 and 64. RGB value is (190,41,100). Sum of RGB (Red+Green+Blue) = 190+41+100=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2964 is #41D69B. Grayscale: #5C5C5C. Windows color (decimal): -4314780 or 6564286. OLE color: 6564286.

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

Color convert

RGB19041100-
CMYK00.780.470.25
HSL336.24º64.5%45.29%-
HSV(B)336.24º78.42%74.51%-
XYZ24.3313.4513.37-
YUV92.28132.36197.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=57.40%
G=12.39%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904110000.780.470.25336.2464.545.29
HexBE296404E2F19150412d
Octal276511440116573152010155
Binary10111110101001110010001001110101111110011010100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2964; }

 p { color: rgb(190,41,100); }

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

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

 a { background-color: rgb(190,41,100); }

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

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

 span { border-color: rgb(190,41,100); }

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