#B65886

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

Shades of Mulberry #B65886

Tints of Mulberry #B65886

Color information

#B65886 (or 0xB65886) is unknown color: approx Mulberry. HEX triplet: B6, 58 and 86. RGB value is (182,88,134). Sum of RGB (Red+Green+Blue) = 182+88+134=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B65886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65886 is #49A779. Grayscale: #797979. Windows color (decimal): -4827002 or 8804534. OLE color: 8804534.

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

Color convert

RGB18288134-
CMYK00.520.260.29
HSL330.64º39.17%52.94%-
HSV(B)330.64º51.65%71.37%-
XYZ27.0818.6524.73-
YUV121.35135.14171.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=45.05%
G=21.78%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828813400.520.260.29330.6439.1752.94
HexB658860341A1D14b2735
Octal26613020606432355134765
Binary1011011010110001000011001101001101011101101001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65886; }

 p { color: rgb(182,88,134); }

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

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

 a { background-color: rgb(182,88,134); }

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

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

 span { border-color: rgb(182,88,134); }

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