#B1608E

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

Shades of Mulberry #B1608E

Tints of Mulberry #B1608E

Color information

#B1608E (or 0xB1608E) is unknown color: approx Mulberry. HEX triplet: B1, 60 and 8E. RGB value is (177,96,142). Sum of RGB (Red+Green+Blue) = 177+96+142=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608E is #4E9F71. Grayscale: #7D7D7D. Windows color (decimal): -5152626 or 9330865. OLE color: 9330865.

HSL color Cylindrical-coordinate representation of color #B1608E: hue angle of 325.93º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1608E is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17796142-
CMYK00.460.200.31
HSL325.93º34.18%53.53%-
HSV(B)325.93º45.76%69.41%-
XYZ27.219.6727.95-
YUV125.46137.34164.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=42.65%
G=23.13%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779614200.460.200.31325.9334.1853.53
HexB1608E02E141F1462236
Octal26114021605624375064266
Binary1011000111000001000111001011101010011111101000110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1608E; }

 p { color: rgb(177,96,142); }

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

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

 a { background-color: rgb(177,96,142); }

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

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

 span { border-color: rgb(177,96,142); }

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