#B94A97

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

Shades of Mulberry #B94A97

Tints of Mulberry #B94A97

Color information

#B94A97 (or 0xB94A97) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 97. RGB value is (185,74,151). Sum of RGB (Red+Green+Blue) = 185+74+151=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A97 is #46B568. Grayscale: #737373. Windows color (decimal): -4633961 or 9915065. OLE color: 9915065.

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

Color convert

RGB18574151-
CMYK00.60.180.27
HSL318.38º44.22%50.78%-
HSV(B)318.38º60%72.55%-
XYZ28.0417.4531.17-
YUV115.97147.77177.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=45.12%
G=18.05%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857415100.60.180.27318.3844.2250.78
HexB94A9703C121B13e2c33
Octal27111222707422334765463
Binary1011100110010101001011101111001001011011100111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A97; }

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

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

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

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

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

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

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

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