#B7538E

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

Shades of Mulberry #B7538E

Tints of Mulberry #B7538E

Color information

#B7538E (or 0xB7538E) is unknown color: approx Mulberry. HEX triplet: B7, 53 and 8E. RGB value is (183,83,142). Sum of RGB (Red+Green+Blue) = 183+83+142=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7538E is #48AC71. Grayscale: #777777. Windows color (decimal): -4762738 or 9327543. OLE color: 9327543.

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

Color convert

RGB18383142-
CMYK00.550.220.28
HSL324.6º40.98%52.16%-
HSV(B)324.6º54.64%71.76%-
XYZ27.518.2127.66-
YUV119.63140.63173.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 83 (32.81% from 255) = 20.34%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=44.85%
G=20.34%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838314200.550.220.28324.640.9852.16
HexB7538E037161C1452934
Octal26712321606726345055164
Binary1011011110100111000111001101111011011100101000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7538E; }

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

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

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

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

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

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

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

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