#B15089

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

Shades of Mulberry #B15089

Tints of Mulberry #B15089

Color information

#B15089 (or 0xB15089) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 89. RGB value is (177,80,137). Sum of RGB (Red+Green+Blue) = 177+80+137=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15089 is #4EAF76. Grayscale: #737373. Windows color (decimal): -5156727 or 8999089. OLE color: 8999089.

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

Color convert

RGB17780137-
CMYK00.550.230.31
HSL324.74º38.34%50.39%-
HSV(B)324.74º54.8%69.41%-
XYZ25.5216.8925.58-
YUV115.5140.14171.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=44.92%
G=20.30%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778013700.550.230.31324.7438.3450.39
HexB15089037171F1452632
Octal26112021106727375054662
Binary1011000110100001000100101101111011111111101000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15089; }

 p { color: rgb(177,80,137); }

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

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

 a { background-color: rgb(177,80,137); }

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

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

 span { border-color: rgb(177,80,137); }

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