#B7528D

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

Shades of Mulberry #B7528D

Tints of Mulberry #B7528D

Color information

#B7528D (or 0xB7528D) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 8D. RGB value is (183,82,141). Sum of RGB (Red+Green+Blue) = 183+82+141=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7528D is #48AD72. Grayscale: #767676. Windows color (decimal): -4762995 or 9261751. OLE color: 9261751.

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

Color convert

RGB18382141-
CMYK00.550.230.28
HSL324.95º41.22%51.96%-
HSV(B)324.95º55.19%71.76%-
XYZ27.3518.0227.24-
YUV118.92140.46173.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=45.07%
G=20.20%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838214100.550.230.28324.9541.2251.96
HexB7528D037171C1452934
Octal26712221506727345055164
Binary1011011110100101000110101101111011111100101000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7528D; }

 p { color: rgb(183,82,141); }

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

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

 a { background-color: rgb(183,82,141); }

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

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

 span { border-color: rgb(183,82,141); }

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