#BE2965

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

Shades of Old Rose #BE2965

Tints of Old Rose #BE2965

Color information

#BE2965 (or 0xBE2965) is unknown color: approx Old Rose. HEX triplet: BE, 29 and 65. RGB value is (190,41,101). Sum of RGB (Red+Green+Blue) = 190+41+101=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2965 is #41D69A. Grayscale: #5C5C5C. Windows color (decimal): -4314779 or 6629822. OLE color: 6629822.

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

Color convert

RGB19041101-
CMYK00.780.470.25
HSL335.84º64.5%45.29%-
HSV(B)335.84º78.42%74.51%-
XYZ24.3813.4713.63-
YUV92.39132.86197.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=57.23%
G=12.35%
B=30.42%

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
Decimal1904110100.780.470.25335.8464.545.29
HexBE296504E2F19150412d
Octal276511450116573152010155
Binary10111110101001110010101001110101111110011010100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2965; }

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

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

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

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

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

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

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

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