#B1528A

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

Shades of Mulberry #B1528A

Tints of Mulberry #B1528A

Color information

#B1528A (or 0xB1528A) is unknown color: approx Mulberry. HEX triplet: B1, 52 and 8A. RGB value is (177,82,138). Sum of RGB (Red+Green+Blue) = 177+82+138=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1528A is #4EAD75. Grayscale: #747474. Windows color (decimal): -5156214 or 9065137. OLE color: 9065137.

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

Color convert

RGB17782138-
CMYK00.540.220.31
HSL324.63º37.85%50.78%-
HSV(B)324.63º53.67%69.41%-
XYZ25.7417.2226.01-
YUV116.79139.97170.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=44.58%
G=20.65%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778213800.540.220.31324.6337.8550.78
HexB1528A036161F1452633
Octal26112221206626375054663
Binary1011000110100101000101001101101011011111101000101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1528A; }

 p { color: rgb(177,82,138); }

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

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

 a { background-color: rgb(177,82,138); }

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

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

 span { border-color: rgb(177,82,138); }

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