#B6528F

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

Shades of Mulberry #B6528F

Tints of Mulberry #B6528F

Color information

#B6528F (or 0xB6528F) is unknown color: approx Mulberry. HEX triplet: B6, 52 and 8F. RGB value is (182,82,143). Sum of RGB (Red+Green+Blue) = 182+82+143=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6528F is #49AD70. Grayscale: #767676. Windows color (decimal): -4828529 or 9392822. OLE color: 9392822.

HSL color Cylindrical-coordinate representation of color #B6528F: hue angle of 323.4º 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 #B6528F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18282143-
CMYK00.550.210.29
HSL323.4º40.65%51.76%-
HSV(B)323.4º54.95%71.37%-
XYZ27.2717.9628.02-
YUV118.85141.63173.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=44.72%
G=20.15%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828214300.550.210.29323.440.6551.76
HexB6528F037151D1432934
Octal26612221706725355035164
Binary1011011010100101000111101101111010111101101000011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6528F; }

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

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

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

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

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

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

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

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