#B6528B

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

Shades of Mulberry #B6528B

Tints of Mulberry #B6528B

Color information

#B6528B (or 0xB6528B) is unknown color: approx Mulberry. HEX triplet: B6, 52 and 8B. RGB value is (182,82,139). Sum of RGB (Red+Green+Blue) = 182+82+139=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6528B is #49AD74. Grayscale: #767676. Windows color (decimal): -4828533 or 9130678. OLE color: 9130678.

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

Color convert

RGB18282139-
CMYK00.550.240.29
HSL325.8º40.65%51.76%-
HSV(B)325.8º54.95%71.37%-
XYZ26.9717.8426.45-
YUV118.4139.63173.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=45.16%
G=20.35%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828213900.550.240.29325.840.6551.76
HexB6528B037181D1462934
Octal26612221306730355065164
Binary1011011010100101000101101101111100011101101000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6528B; }

 p { color: rgb(182,82,139); }

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

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

 a { background-color: rgb(182,82,139); }

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

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

 span { border-color: rgb(182,82,139); }

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