#BE2160

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

Shades of Old Rose #BE2160

Tints of Old Rose #BE2160

Color information

#BE2160 (or 0xBE2160) is unknown color: approx Old Rose. HEX triplet: BE, 21 and 60. RGB value is (190,33,96). Sum of RGB (Red+Green+Blue) = 190+33+96=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2160 is #41DE9F. Grayscale: #575757. Windows color (decimal): -4316832 or 6300094. OLE color: 6300094.

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

Color convert

RGB1903396-
CMYK00.830.490.25
HSL335.92º70.4%43.73%-
HSV(B)335.92º82.63%74.51%-
XYZ23.8912.8812.29-
YUV87.12133.01201.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=59.56%
G=10.34%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190339600.830.490.25335.9270.443.73
HexBE21600533119150462c
Octal276411400123613152010654
Binary10111110100001110000001010011110001110011010100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2160; }

 p { color: rgb(190,33,96); }

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

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

 a { background-color: rgb(190,33,96); }

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

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

 span { border-color: rgb(190,33,96); }

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