#BE6095

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

Shades of Mulberry #BE6095

Tints of Mulberry #BE6095

Color information

#BE6095 (or 0xBE6095) is unknown color: approx Mulberry. HEX triplet: BE, 60 and 95. RGB value is (190,96,149). Sum of RGB (Red+Green+Blue) = 190+96+149=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6095 is #419F6A. Grayscale: #828282. Windows color (decimal): -4300651 or 9789630. OLE color: 9789630.

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

Color convert

RGB19096149-
CMYK00.490.220.25
HSL326.17º41.96%56.08%-
HSV(B)326.17º49.47%74.51%-
XYZ30.8421.4830.95-
YUV130.15138.64170.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=43.68%
G=22.07%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909614900.490.220.25326.1741.9656.08
HexBE609503116191462a38
Octal27614022506126315065270
Binary1011111011000001001010101100011011011001101000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6095; }

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

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

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

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

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

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

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

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