#B7518F

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

Shades of Mulberry #B7518F

Tints of Mulberry #B7518F

Color information

#B7518F (or 0xB7518F) is unknown color: approx Mulberry. HEX triplet: B7, 51 and 8F. RGB value is (183,81,143). Sum of RGB (Red+Green+Blue) = 183+81+143=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7518F is #48AE70. Grayscale: #767676. Windows color (decimal): -4763249 or 9392567. OLE color: 9392567.

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

Color convert

RGB18381143-
CMYK00.560.220.28
HSL323.53º41.46%51.76%-
HSV(B)323.53º55.74%71.76%-
XYZ27.4317.9428-
YUV118.57141.79173.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=44.96%
G=19.90%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838114300.560.220.28323.5341.4651.76
HexB7518F038161C1442934
Octal26712121707026345045164
Binary1011011110100011000111101110001011011100101000100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7518F; }

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

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

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

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

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

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

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

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