#B7529A

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

Shades of Mulberry #B7529A

Tints of Mulberry #B7529A

Color information

#B7529A (or 0xB7529A) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 9A. RGB value is (183,82,154). Sum of RGB (Red+Green+Blue) = 183+82+154=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7529A is #48AD65. Grayscale: #787878. Windows color (decimal): -4762982 or 10113719. OLE color: 10113719.

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

Color convert

RGB18382154-
CMYK00.550.160.28
HSL317.23º41.22%51.96%-
HSV(B)317.23º55.19%71.76%-
XYZ28.3818.4332.63-
YUV120.41146.96172.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=43.68%
G=19.57%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838215400.550.160.28317.2341.2251.96
HexB7529A037101C13d2934
Octal26712223206720344755164
Binary1011011110100101001101001101111000011100100111101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7529A; }

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

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

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

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

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

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

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

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