#B7529C

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

Shades of Mulberry #B7529C

Tints of Mulberry #B7529C

Color information

#B7529C (or 0xB7529C) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 9C. RGB value is (183,82,156). Sum of RGB (Red+Green+Blue) = 183+82+156=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7529C is #48AD63. Grayscale: #787878. Windows color (decimal): -4762980 or 10244791. OLE color: 10244791.

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

Color convert

RGB18382156-
CMYK00.550.150.28
HSL316.04º41.22%51.96%-
HSV(B)316.04º55.19%71.76%-
XYZ28.5518.533.52-
YUV120.64147.96172.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=43.47%
G=19.48%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838215600.550.150.28316.0441.2251.96
HexB7529C037F1C13c2934
Octal26712223406717344745164
Binary101101111010010100111000110111111111100100111100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7529C; }

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

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

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

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

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

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

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

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