#B8528A

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

Shades of Mulberry #B8528A

Tints of Mulberry #B8528A

Color information

#B8528A (or 0xB8528A) is unknown color: approx Mulberry. HEX triplet: B8, 52 and 8A. RGB value is (184,82,138). Sum of RGB (Red+Green+Blue) = 184+82+138=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8528A is #47AD75. Grayscale: #767676. Windows color (decimal): -4697462 or 9065144. OLE color: 9065144.

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

Color convert

RGB18482138-
CMYK00.550.250.28
HSL327.06º41.8%52.16%-
HSV(B)327.06º55.43%72.16%-
XYZ27.3718.0626.09-
YUV118.88138.79174.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=45.54%
G=20.30%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848213800.550.250.28327.0641.852.16
HexB8528A037191C1472a34
Octal27012221206731345075264
Binary1011100010100101000101001101111100111100101000111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8528A; }

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

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

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

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

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

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

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

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