#B15288

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

Shades of Mulberry #B15288

Tints of Mulberry #B15288

Color information

#B15288 (or 0xB15288) is unknown color: approx Mulberry. HEX triplet: B1, 52 and 88. RGB value is (177,82,136). Sum of RGB (Red+Green+Blue) = 177+82+136=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B15288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15288 is #4EAD77. Grayscale: #747474. Windows color (decimal): -5156216 or 8934065. OLE color: 8934065.

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

Color convert

RGB17782136-
CMYK00.540.230.31
HSL325.89º37.85%50.78%-
HSV(B)325.89º53.67%69.41%-
XYZ25.5917.1625.26-
YUV116.56138.97171.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=44.81%
G=20.76%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778213600.540.230.31325.8937.8550.78
HexB15288036171F1462633
Octal26112221006627375064663
Binary1011000110100101000100001101101011111111101000110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15288; }

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

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

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

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

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

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

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

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