#B15088

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

Shades of Mulberry #B15088

Tints of Mulberry #B15088

Color information

#B15088 (or 0xB15088) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 88. RGB value is (177,80,136). Sum of RGB (Red+Green+Blue) = 177+80+136=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B15088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15088 is #4EAF77. Grayscale: #737373. Windows color (decimal): -5156728 or 8933553. OLE color: 8933553.

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

Color convert

RGB17780136-
CMYK00.550.230.31
HSL325.36º38.34%50.39%-
HSV(B)325.36º54.8%69.41%-
XYZ25.4416.8625.21-
YUV115.39139.64171.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=45.04%
G=20.36%
B=34.61%

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
Decimal1778013600.550.230.31325.3638.3450.39
HexB15088037171F1452632
Octal26112021006727375054662
Binary1011000110100001000100001101111011111111101000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15088; }

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

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

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

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

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

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

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

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