#B1608F

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

Shades of Mulberry #B1608F

Tints of Mulberry #B1608F

Color information

#B1608F (or 0xB1608F) is unknown color: approx Mulberry. HEX triplet: B1, 60 and 8F. RGB value is (177,96,143). Sum of RGB (Red+Green+Blue) = 177+96+143=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608F is #4E9F70. Grayscale: #7D7D7D. Windows color (decimal): -5152625 or 9396401. OLE color: 9396401.

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

Color convert

RGB17796143-
CMYK00.460.190.31
HSL325.19º34.18%53.53%-
HSV(B)325.19º45.76%69.41%-
XYZ27.2719.728.35-
YUV125.58137.84164.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=42.55%
G=23.08%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779614300.460.190.31325.1934.1853.53
HexB1608F02E131F1452236
Octal26114021705623375054266
Binary1011000111000001000111101011101001111111101000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1608F; }

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

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

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

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

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

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

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

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