#B15096

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

Shades of Mulberry #B15096

Tints of Mulberry #B15096

Color information

#B15096 (or 0xB15096) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 96. RGB value is (177,80,150). Sum of RGB (Red+Green+Blue) = 177+80+150=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B15096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15096 is #4EAF69. Grayscale: #747474. Windows color (decimal): -5156714 or 9851057. OLE color: 9851057.

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

Color convert

RGB17780150-
CMYK00.550.150.31
HSL316.7º38.34%50.39%-
HSV(B)316.7º54.8%69.41%-
XYZ26.5117.2930.79-
YUV116.98146.64170.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=43.49%
G=19.66%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778015000.550.150.31316.738.3450.39
HexB15096037F1F13d2632
Octal26112022606717374754662
Binary101100011010000100101100110111111111111100111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15096; }

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

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

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

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

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

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

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

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