#B15A92

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

Shades of Mulberry #B15A92

Tints of Mulberry #B15A92

Color information

#B15A92 (or 0xB15A92) is unknown color: approx Mulberry. HEX triplet: B1, 5A and 92. RGB value is (177,90,146). Sum of RGB (Red+Green+Blue) = 177+90+146=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A92 is #4EA56D. Grayscale: #7A7A7A. Windows color (decimal): -5154158 or 9591473. OLE color: 9591473.

HSL color Cylindrical-coordinate representation of color #B15A92: hue angle of 321.38º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A92 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17790146-
CMYK00.490.180.31
HSL321.38º35.8%52.35%-
HSV(B)321.38º49.15%69.41%-
XYZ26.9818.7329.39-
YUV122.4141.32166.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=42.86%
G=21.79%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779014600.490.180.31321.3835.852.35
HexB15A92031121F1412434
Octal26113222206122375014464
Binary1011000110110101001001001100011001011111101000001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A92; }

 p { color: rgb(177,90,146); }

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

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

 a { background-color: rgb(177,90,146); }

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

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

 span { border-color: rgb(177,90,146); }

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