#B7518B

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

Shades of Mulberry #B7518B

Tints of Mulberry #B7518B

Color information

#B7518B (or 0xB7518B) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 8B. RGB value is (183,81,139). Sum of RGB (Red+Green+Blue) = 183+81+139=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7518B is #48AE74. Grayscale: #757575. Windows color (decimal): -4763253 or 9130423. OLE color: 9130423.

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

Color convert

RGB18381139-
CMYK00.560.240.28
HSL325.88º41.46%51.76%-
HSV(B)325.88º55.74%71.76%-
XYZ27.1317.8226.44-
YUV118.11139.79174.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=45.41%
G=20.10%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838113900.560.240.28325.8841.4651.76
HexB7518B038181C1462934
Octal26712121307030345065164
Binary1011011110100011000101101110001100011100101000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7518B; }

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

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

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

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

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

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

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

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