#B1588C

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

Shades of Mulberry #B1588C

Tints of Mulberry #B1588C

Color information

#B1588C (or 0xB1588C) is unknown color: approx Mulberry. HEX triplet: B1, 58 and 8C. RGB value is (177,88,140). Sum of RGB (Red+Green+Blue) = 177+88+140=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1588C is #4EA773. Grayscale: #787878. Windows color (decimal): -5154676 or 9197745. OLE color: 9197745.

HSL color Cylindrical-coordinate representation of color #B1588C: hue angle of 324.94º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1588C is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17788140-
CMYK00.500.210.31
HSL324.94º36.33%51.96%-
HSV(B)324.94º50.28%69.41%-
XYZ26.3518.2226.94-
YUV120.54138.99168.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=43.70%
G=21.73%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778814000.500.210.31324.9436.3351.96
HexB1588C032151F1452434
Octal26113021406225375054464
Binary1011000110110001000110001100101010111111101000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1588C; }

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

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

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

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

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

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

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

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