#BE2963

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

Shades of Old Rose #BE2963

Tints of Old Rose #BE2963

Color information

#BE2963 (or 0xBE2963) is unknown color: approx Old Rose. HEX triplet: BE, 29 and 63. RGB value is (190,41,99). Sum of RGB (Red+Green+Blue) = 190+41+99=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2963 is #41D69C. Grayscale: #5C5C5C. Windows color (decimal): -4314781 or 6498750. OLE color: 6498750.

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

Color convert

RGB1904199-
CMYK00.780.480.25
HSL336.64º64.5%45.29%-
HSV(B)336.64º78.42%74.51%-
XYZ24.2813.4313.12-
YUV92.16131.86197.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 99 (39.06% from 255) = 30%
R=57.58%
G=12.42%
B=30%

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
Decimal190419900.780.480.25336.6464.545.29
HexBE296304E3019151412d
Octal276511430116603152110155
Binary10111110101001110001101001110110000110011010100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2963; }

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

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

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

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

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

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

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

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