#B65396

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

Shades of Mulberry #B65396

Tints of Mulberry #B65396

Color information

#B65396 (or 0xB65396) is unknown color: approx Mulberry. HEX triplet: B6, 53 and 96. RGB value is (182,83,150). Sum of RGB (Red+Green+Blue) = 182+83+150=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65396 is #49AC69. Grayscale: #787878. Windows color (decimal): -4828266 or 9851830. OLE color: 9851830.

HSL color Cylindrical-coordinate representation of color #B65396: hue angle of 319.39º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65396 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18283150-
CMYK00.540.180.29
HSL319.39º40.41%51.96%-
HSV(B)319.39º54.4%71.37%-
XYZ27.8918.3330.92-
YUV120.24144.8172.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=43.86%
G=20%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828315000.540.180.29319.3940.4151.96
HexB65396036121D13f2834
Octal26612322606622354775064
Binary1011011010100111001011001101101001011101100111111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65396; }

 p { color: rgb(182,83,150); }

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

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

 a { background-color: rgb(182,83,150); }

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

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

 span { border-color: rgb(182,83,150); }

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