#BE5D92

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

Shades of Mulberry #BE5D92

Tints of Mulberry #BE5D92

Color information

#BE5D92 (or 0xBE5D92) is unknown color: approx Mulberry. HEX triplet: BE, 5D and 92. RGB value is (190,93,146). Sum of RGB (Red+Green+Blue) = 190+93+146=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5D92 is #41A26D. Grayscale: #7F7F7F. Windows color (decimal): -4301422 or 9592254. OLE color: 9592254.

HSL color Cylindrical-coordinate representation of color #BE5D92: hue angle of 327.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D92 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19093146-
CMYK00.510.230.25
HSL327.22º42.73%55.49%-
HSV(B)327.22º51.05%74.51%-
XYZ30.3420.8529.62-
YUV128.04138.14172.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=44.29%
G=21.68%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909314600.510.230.25327.2242.7355.49
HexBE5D9203317191472b37
Octal27613522206327315075367
Binary1011111010111011001001001100111011111001101000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D92; }

 p { color: rgb(190,93,146); }

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

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

 a { background-color: rgb(190,93,146); }

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

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

 span { border-color: rgb(190,93,146); }

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