#B7548D

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

Shades of Mulberry #B7548D

Tints of Mulberry #B7548D

Color information

#B7548D (or 0xB7548D) is unknown color: approx Mulberry. HEX triplet: B7, 54 and 8D. RGB value is (183,84,141). Sum of RGB (Red+Green+Blue) = 183+84+141=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7548D is #48AB72. Grayscale: #777777. Windows color (decimal): -4762483 or 9262263. OLE color: 9262263.

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

Color convert

RGB18384141-
CMYK00.540.230.28
HSL325.45º40.74%52.35%-
HSV(B)325.45º54.1%71.76%-
XYZ27.5118.3327.29-
YUV120.1139.8172.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=44.85%
G=20.59%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838414100.540.230.28325.4540.7452.35
HexB7548D036171C1452934
Octal26712421506627345055164
Binary1011011110101001000110101101101011111100101000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7548D; }

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

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

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

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

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

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

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

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