#BE6096

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

Shades of Mulberry #BE6096

Tints of Mulberry #BE6096

Color information

#BE6096 (or 0xBE6096) is unknown color: approx Mulberry. HEX triplet: BE, 60 and 96. RGB value is (190,96,150). Sum of RGB (Red+Green+Blue) = 190+96+150=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6096 is #419F69. Grayscale: #828282. Windows color (decimal): -4300650 or 9855166. OLE color: 9855166.

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

Color convert

RGB19096150-
CMYK00.490.210.25
HSL325.53º41.96%56.08%-
HSV(B)325.53º49.47%74.51%-
XYZ30.9221.5131.38-
YUV130.26139.14170.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=43.58%
G=22.02%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909615000.490.210.25325.5341.9656.08
HexBE609603115191462a38
Octal27614022606125315065270
Binary1011111011000001001011001100011010111001101000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6096; }

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

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

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

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

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

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

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

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