#BE2164

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

Shades of Old Rose #BE2164

Tints of Old Rose #BE2164

Color information

#BE2164 (or 0xBE2164) is unknown color: approx Old Rose. HEX triplet: BE, 21 and 64. RGB value is (190,33,100). Sum of RGB (Red+Green+Blue) = 190+33+100=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2164 is #41DE9B. Grayscale: #575757. Windows color (decimal): -4316828 or 6562238. OLE color: 6562238.

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

Color convert

RGB19033100-
CMYK00.830.470.25
HSL334.39º70.4%43.73%-
HSV(B)334.39º82.63%74.51%-
XYZ24.0812.9513.29-
YUV87.58135.01201.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=58.82%
G=10.22%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903310000.830.470.25334.3970.443.73
HexBE21640532F1914e462c
Octal276411440123573151610654
Binary10111110100001110010001010011101111110011010011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2164; }

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

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

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

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

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

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

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

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