#B7558B

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

Shades of Mulberry #B7558B

Tints of Mulberry #B7558B

Color information

#B7558B (or 0xB7558B) is unknown color: approx Mulberry. HEX triplet: B7, 55 and 8B. RGB value is (183,85,139). Sum of RGB (Red+Green+Blue) = 183+85+139=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7558B is #48AA74. Grayscale: #787878. Windows color (decimal): -4762229 or 9131447. OLE color: 9131447.

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

Color convert

RGB18385139-
CMYK00.540.240.28
HSL326.94º40.5%52.55%-
HSV(B)326.94º53.55%71.76%-
XYZ27.4418.4326.54-
YUV120.46138.47172.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=44.96%
G=20.88%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838513900.540.240.28326.9440.552.55
HexB7558B036181C1472835
Octal26712521306630345075065
Binary1011011110101011000101101101101100011100101000111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7558B; }

 p { color: rgb(183,85,139); }

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

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

 a { background-color: rgb(183,85,139); }

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

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

 span { border-color: rgb(183,85,139); }

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