#B2528B

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

Shades of Mulberry #B2528B

Tints of Mulberry #B2528B

Color information

#B2528B (or 0xB2528B) is unknown color: approx Mulberry. HEX triplet: B2, 52 and 8B. RGB value is (178,82,139). Sum of RGB (Red+Green+Blue) = 178+82+139=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2528B is #4DAD74. Grayscale: #757575. Windows color (decimal): -5090677 or 9130674. OLE color: 9130674.

HSL color Cylindrical-coordinate representation of color #B2528B: hue angle of 324.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2528B is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17882139-
CMYK00.540.220.30
HSL324.38º38.4%50.98%-
HSV(B)324.38º53.93%69.8%-
XYZ26.0417.3626.41-
YUV117.2140.3171.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=44.61%
G=20.55%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788213900.540.220.30324.3838.450.98
HexB2528B036161E1442633
Octal26212221306626365044663
Binary1011001010100101000101101101101011011110101000100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2528B; }

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

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

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

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

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

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

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

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