#B15397

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

Shades of Mulberry #B15397

Tints of Mulberry #B15397

Color information

#B15397 (or 0xB15397) is unknown color: approx Mulberry. HEX triplet: B1, 53 and 97. RGB value is (177,83,151). Sum of RGB (Red+Green+Blue) = 177+83+151=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B15397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15397 is #4EAC68. Grayscale: #767676. Windows color (decimal): -5155945 or 9917361. OLE color: 9917361.

HSL color Cylindrical-coordinate representation of color #B15397: hue angle of 316.6º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15397 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17783151-
CMYK00.530.150.31
HSL316.6º37.6%50.98%-
HSV(B)316.6º53.11%69.41%-
XYZ26.8117.7731.29-
YUV118.86146.14169.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=43.07%
G=20.19%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778315100.530.150.31316.637.650.98
HexB15397035F1F13d2633
Octal26112322706517374754663
Binary101100011010011100101110110101111111111100111101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15397; }

 p { color: rgb(177,83,151); }

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

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

 a { background-color: rgb(177,83,151); }

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

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

 span { border-color: rgb(177,83,151); }

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