#BE6099

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

Shades of Mulberry #BE6099

Tints of Mulberry #BE6099

Color information

#BE6099 (or 0xBE6099) is unknown color: approx Mulberry. HEX triplet: BE, 60 and 99. RGB value is (190,96,153). Sum of RGB (Red+Green+Blue) = 190+96+153=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6099 is #419F66. Grayscale: #828282. Windows color (decimal): -4300647 or 10051774. OLE color: 10051774.

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

Color convert

RGB19096153-
CMYK00.490.190.25
HSL323.62º41.96%56.08%-
HSV(B)323.62º49.47%74.51%-
XYZ31.1721.6132.67-
YUV130.6140.64170.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=43.28%
G=21.87%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909615300.490.190.25323.6241.9656.08
HexBE609903113191442a38
Octal27614023106123315045270
Binary1011111011000001001100101100011001111001101000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6099; }

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

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

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

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

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

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

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

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