#B6588C

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

Shades of Mulberry #B6588C

Tints of Mulberry #B6588C

Color information

#B6588C (or 0xB6588C) is unknown color: approx Mulberry. HEX triplet: B6, 58 and 8C. RGB value is (182,88,140). Sum of RGB (Red+Green+Blue) = 182+88+140=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6588C is #49A773. Grayscale: #797979. Windows color (decimal): -4826996 or 9197750. OLE color: 9197750.

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

Color convert

RGB18288140-
CMYK00.520.230.29
HSL326.81º39.17%52.94%-
HSV(B)326.81º51.65%71.37%-
XYZ27.5118.8226.99-
YUV122.03138.14170.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=44.39%
G=21.46%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828814000.520.230.29326.8139.1752.94
HexB6588C034171D1472735
Octal26613021406427355074765
Binary1011011010110001000110001101001011111101101000111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6588C; }

 p { color: rgb(182,88,140); }

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

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

 a { background-color: rgb(182,88,140); }

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

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

 span { border-color: rgb(182,88,140); }

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