#B15085

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

Shades of Mulberry #B15085

Tints of Mulberry #B15085

Color information

#B15085 (or 0xB15085) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 85. RGB value is (177,80,133). Sum of RGB (Red+Green+Blue) = 177+80+133=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15085 is #4EAF7A. Grayscale: #727272. Windows color (decimal): -5156731 or 8736945. OLE color: 8736945.

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

Color convert

RGB17780133-
CMYK00.550.250.31
HSL327.22º38.34%50.39%-
HSV(B)327.22º54.8%69.41%-
XYZ25.2316.7824.1-
YUV115.04138.14172.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=45.38%
G=20.51%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778013300.550.250.31327.2238.3450.39
HexB15085037191F1472632
Octal26112020506731375074662
Binary1011000110100001000010101101111100111111101000111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15085; }

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

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

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

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

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

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

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

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