#B8568E

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

Shades of Mulberry #B8568E

Tints of Mulberry #B8568E

Color information

#B8568E (or 0xB8568E) is unknown color: approx Mulberry. HEX triplet: B8, 56 and 8E. RGB value is (184,86,142). Sum of RGB (Red+Green+Blue) = 184+86+142=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8568E is #47A971. Grayscale: #797979. Windows color (decimal): -4696434 or 9328312. OLE color: 9328312.

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

Color convert

RGB18486142-
CMYK00.530.230.28
HSL325.71º40.83%52.94%-
HSV(B)325.71º53.26%72.16%-
XYZ27.9818.827.75-
YUV121.69139.47172.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=44.66%
G=20.87%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848614200.530.230.28325.7140.8352.94
HexB8568E035171C1462935
Octal27012621606527345065165
Binary1011100010101101000111001101011011111100101000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8568E; }

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

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

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

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

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

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

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

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