#B8588D

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

Shades of Mulberry #B8588D

Tints of Mulberry #B8588D

Color information

#B8588D (or 0xB8588D) is unknown color: approx Mulberry. HEX triplet: B8, 58 and 8D. RGB value is (184,88,141). Sum of RGB (Red+Green+Blue) = 184+88+141=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8588D is #47A772. Grayscale: #7A7A7A. Windows color (decimal): -4695923 or 9263288. OLE color: 9263288.

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

Color convert

RGB18488141-
CMYK00.520.230.28
HSL326.88º40.34%53.33%-
HSV(B)326.88º52.17%72.16%-
XYZ28.0619.0927.41-
YUV122.75138.3171.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=44.55%
G=21.31%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848814100.520.230.28326.8840.3453.33
HexB8588D034171C1472835
Octal27013021506427345075065
Binary1011100010110001000110101101001011111100101000111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8588D; }

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

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

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

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

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

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

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

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