#B94197

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

Shades of Mulberry #B94197

Tints of Mulberry #B94197

Color information

#B94197 (or 0xB94197) is unknown color: approx Mulberry. HEX triplet: B9, 41 and 97. RGB value is (185,65,151). Sum of RGB (Red+Green+Blue) = 185+65+151=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94197 is #46BE68. Grayscale: #6E6E6E. Windows color (decimal): -4636265 or 9912761. OLE color: 9912761.

HSL color Cylindrical-coordinate representation of color #B94197: hue angle of 317º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94197 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18565151-
CMYK00.650.180.27
HSL317º48%49.02%-
HSV(B)317º64.86%72.55%-
XYZ27.4816.3330.98-
YUV110.68150.76181.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=46.13%
G=16.21%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856515100.650.180.273174849.02
HexB94197041121B13d3031
Octal271101227010122334756061
Binary10111001100000110010111010000011001011011100111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94197; }

 p { color: rgb(185,65,151); }

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

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

 a { background-color: rgb(185,65,151); }

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

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

 span { border-color: rgb(185,65,151); }

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