#B8518E

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

Shades of Mulberry #B8518E

Tints of Mulberry #B8518E

Color information

#B8518E (or 0xB8518E) is unknown color: approx Mulberry. HEX triplet: B8, 51 and 8E. RGB value is (184,81,142). Sum of RGB (Red+Green+Blue) = 184+81+142=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8518E is #47AE71. Grayscale: #767676. Windows color (decimal): -4697714 or 9327032. OLE color: 9327032.

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

Color convert

RGB18481142-
CMYK00.560.230.28
HSL324.47º42.04%51.96%-
HSV(B)324.47º55.98%72.16%-
XYZ27.5918.0327.62-
YUV118.75141.12174.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=45.21%
G=19.90%
B=34.89%

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
Decimal1848114200.560.230.28324.4742.0451.96
HexB8518E038171C1442a34
Octal27012121607027345045264
Binary1011100010100011000111001110001011111100101000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8518E; }

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

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

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

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

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

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

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

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