#BE5285

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

Shades of Mulberry #BE5285

Tints of Mulberry #BE5285

Color information

#BE5285 (or 0xBE5285) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 85. RGB value is (190,82,133). Sum of RGB (Red+Green+Blue) = 190+82+133=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5285 is #41AD7A. Grayscale: #787878. Windows color (decimal): -4304251 or 8737470. OLE color: 8737470.

HSL color Cylindrical-coordinate representation of color #BE5285: hue angle of 331.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5285 is Cyan = 0, Magento = 0.57, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB19082133-
CMYK00.570.30.25
HSL331.67º45.38%53.33%-
HSV(B)331.67º56.84%74.51%-
XYZ28.4918.6824.29-
YUV120.11135.28177.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=46.91%
G=20.25%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908213300.570.30.25331.6745.3853.33
HexBE52850391E1914c2d35
Octal27612220507136315145565
Binary1011111010100101000010101110011111011001101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5285; }

 p { color: rgb(190,82,133); }

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

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

 a { background-color: rgb(190,82,133); }

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

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

 span { border-color: rgb(190,82,133); }

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