#B15285

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

Shades of Mulberry #B15285

Tints of Mulberry #B15285

Color information

#B15285 (or 0xB15285) is unknown color: approx Mulberry. HEX triplet: B1, 52 and 85. RGB value is (177,82,133). Sum of RGB (Red+Green+Blue) = 177+82+133=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15285 is #4EAD7A. Grayscale: #747474. Windows color (decimal): -5156219 or 8737457. OLE color: 8737457.

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

Color convert

RGB17782133-
CMYK00.540.250.31
HSL327.79º37.85%50.78%-
HSV(B)327.79º53.67%69.41%-
XYZ25.3817.0824.15-
YUV116.22137.47171.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=45.15%
G=20.92%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778213300.540.250.31327.7937.8550.78
HexB15285036191F1482633
Octal26112220506631375104663
Binary1011000110100101000010101101101100111111101001000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15285; }

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

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

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

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

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

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

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

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