#BE3361

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

Shades of Old Rose #BE3361

Tints of Old Rose #BE3361

Color information

#BE3361 (or 0xBE3361) is unknown color: approx Old Rose. HEX triplet: BE, 33 and 61. RGB value is (190,51,97). Sum of RGB (Red+Green+Blue) = 190+51+97=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3361 is #41CC9E. Grayscale: #616161. Windows color (decimal): -4312223 or 6370238. OLE color: 6370238.

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

Color convert

RGB1905197-
CMYK00.730.490.25
HSL340.14º57.68%47.25%-
HSV(B)340.14º73.16%74.51%-
XYZ24.5814.1812.75-
YUV97.8127.55193.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=56.21%
G=15.09%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190519700.730.490.25340.1457.6847.25
HexBE336104931191543a2f
Octal27663141011161315247257
Binary1011111011001111000010100100111000111001101010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3361; }

 p { color: rgb(190,51,97); }

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

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

 a { background-color: rgb(190,51,97); }

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

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

 span { border-color: rgb(190,51,97); }

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