#b7538a

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

Shades of Mulberry #B7538A

Tints of Mulberry #B7538A

Color information

#B7538A (or 0xB7538A) is unknown color: approx Mulberry. HEX triplet: B7, 53 and 8A. RGB value is (183,83,138). Sum of RGB (Red+Green+Blue) = 183+83+138=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7538A is #48AC75. Grayscale: #777777. Windows color (decimal): -4762742 or 9065399. OLE color: 9065399.

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

Color convert

RGB18383138-
CMYK00.550.250.28
HSL327º40.98%52.16%-
HSV(B)327º54.64%71.76%-
XYZ27.2118.0926.1-
YUV119.17138.63173.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=45.30%
G=20.54%
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
Decimal1838313800.550.250.2832740.9852.16
HexB7538A037191C1472934
Octal26712321206731345075164
Binary1011011110100111000101001101111100111100101000111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7538a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7538a; }

 p { color: rgb(183,83,138); }

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

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

 a { background-color: rgb(183,83,138); }

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

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

 span { border-color: rgb(183,83,138); }

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