#B65687

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

Shades of Mulberry #B65687

Tints of Mulberry #B65687

Color information

#B65687 (or 0xB65687) is unknown color: approx Mulberry. HEX triplet: B6, 56 and 87. RGB value is (182,86,135). Sum of RGB (Red+Green+Blue) = 182+86+135=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B65687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65687 is #49A978. Grayscale: #787878. Windows color (decimal): -4827513 or 8869558. OLE color: 8869558.

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

Color convert

RGB18286135-
CMYK00.530.260.29
HSL329.38º39.67%52.55%-
HSV(B)329.38º52.75%71.37%-
XYZ26.9918.3525.04-
YUV120.29136.3172.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=45.16%
G=21.34%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828613500.530.260.29329.3839.6752.55
HexB656870351A1D1492835
Octal26612620706532355115065
Binary1011011010101101000011101101011101011101101001001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65687; }

 p { color: rgb(182,86,135); }

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

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

 a { background-color: rgb(182,86,135); }

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

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

 span { border-color: rgb(182,86,135); }

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