#B1588B

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

Shades of Mulberry #B1588B

Tints of Mulberry #B1588B

Color information

#B1588B (or 0xB1588B) is unknown color: approx Mulberry. HEX triplet: B1, 58 and 8B. RGB value is (177,88,139). Sum of RGB (Red+Green+Blue) = 177+88+139=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1588B is #4EA774. Grayscale: #787878. Windows color (decimal): -5154677 or 9132209. OLE color: 9132209.

HSL color Cylindrical-coordinate representation of color #B1588B: hue angle of 325.62º 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 #B1588B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17788139-
CMYK00.500.210.31
HSL325.62º36.33%51.96%-
HSV(B)325.62º50.28%69.41%-
XYZ26.2818.1926.55-
YUV120.42138.49168.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=43.81%
G=21.78%
B=34.41%

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
Decimal1778813900.500.210.31325.6236.3351.96
HexB1588B032151F1462434
Octal26113021306225375064464
Binary1011000110110001000101101100101010111111101000110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1588B; }

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

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

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

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

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

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

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

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