#B8518D

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

Shades of Mulberry #B8518D

Tints of Mulberry #B8518D

Color information

#B8518D (or 0xB8518D) is unknown color: approx Mulberry. HEX triplet: B8, 51 and 8D. RGB value is (184,81,141). Sum of RGB (Red+Green+Blue) = 184+81+141=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8518D is #47AE72. Grayscale: #767676. Windows color (decimal): -4697715 or 9261496. OLE color: 9261496.

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

Color convert

RGB18481141-
CMYK00.560.230.28
HSL325.05º42.04%51.96%-
HSV(B)325.05º55.98%72.16%-
XYZ27.521827.22-
YUV118.64140.62174.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=45.32%
G=19.95%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848114100.560.230.28325.0542.0451.96
HexB8518D038171C1452a34
Octal27012121507027345055264
Binary1011100010100011000110101110001011111100101000101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8518D; }

 p { color: rgb(184,81,141); }

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

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

 a { background-color: rgb(184,81,141); }

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

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

 span { border-color: rgb(184,81,141); }

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