#B15287

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

Shades of Mulberry #B15287

Tints of Mulberry #B15287

Color information

#B15287 (or 0xB15287) is unknown color: approx Mulberry. HEX triplet: B1, 52 and 87. RGB value is (177,82,135). Sum of RGB (Red+Green+Blue) = 177+82+135=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15287 is #4EAD78. Grayscale: #747474. Windows color (decimal): -5156217 or 8868529. OLE color: 8868529.

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

Color convert

RGB17782135-
CMYK00.540.240.31
HSL326.53º37.85%50.78%-
HSV(B)326.53º53.67%69.41%-
XYZ25.5217.1324.88-
YUV116.45138.47171.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=44.92%
G=20.81%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778213500.540.240.31326.5337.8550.78
HexB15287036181F1472633
Octal26112220706630375074663
Binary1011000110100101000011101101101100011111101000111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15287; }

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

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

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

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

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

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

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

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