#B7548C

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

Shades of Mulberry #B7548C

Tints of Mulberry #B7548C

Color information

#B7548C (or 0xB7548C) is unknown color: approx Mulberry. HEX triplet: B7, 54 and 8C. RGB value is (183,84,140). Sum of RGB (Red+Green+Blue) = 183+84+140=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7548C is #48AB73. Grayscale: #777777. Windows color (decimal): -4762484 or 9196727. OLE color: 9196727.

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

Color convert

RGB18384140-
CMYK00.540.230.28
HSL326.06º40.74%52.35%-
HSV(B)326.06º54.1%71.76%-
XYZ27.4318.326.9-
YUV119.99139.3172.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=44.96%
G=20.64%
B=34.40%

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
Decimal1838414000.540.230.28326.0640.7452.35
HexB7548C036171C1462934
Octal26712421406627345065164
Binary1011011110101001000110001101101011111100101000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7548C; }

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

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

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

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

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

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

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

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