#B8529A

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

Shades of Mulberry #B8529A

Tints of Mulberry #B8529A

Color information

#B8529A (or 0xB8529A) is unknown color: approx Mulberry. HEX triplet: B8, 52 and 9A. RGB value is (184,82,154). Sum of RGB (Red+Green+Blue) = 184+82+154=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8529A is #47AD65. Grayscale: #787878. Windows color (decimal): -4697446 or 10113720. OLE color: 10113720.

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

Color convert

RGB18482154-
CMYK00.550.160.28
HSL317.65º41.8%52.16%-
HSV(B)317.65º55.43%72.16%-
XYZ28.6218.5632.65-
YUV120.71146.79173.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=43.81%
G=19.52%
B=36.67%

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
Decimal1848215400.550.160.28317.6541.852.16
HexB8529A037101C13e2a34
Octal27012223206720344765264
Binary1011100010100101001101001101111000011100100111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8529A; }

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

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

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

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

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

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

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

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