#B94E88

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

Shades of Mulberry #B94E88

Tints of Mulberry #B94E88

Color information

#B94E88 (or 0xB94E88) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 88. RGB value is (185,78,136). Sum of RGB (Red+Green+Blue) = 185+78+136=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E88 is #46B177. Grayscale: #747474. Windows color (decimal): -4632952 or 8933049. OLE color: 8933049.

HSL color Cylindrical-coordinate representation of color #B94E88: hue angle of 327.48º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E88 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18578136-
CMYK00.580.260.27
HSL327.48º43.32%51.57%-
HSV(B)327.48º57.84%72.55%-
XYZ27.1817.5425.25-
YUV116.6138.95176.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=46.37%
G=19.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857813600.580.260.27327.4843.3251.57
HexB94E8803A1A1B1472b34
Octal27111621007232335075364
Binary1011100110011101000100001110101101011011101000111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E88; }

 p { color: rgb(185,78,136); }

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

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

 a { background-color: rgb(185,78,136); }

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

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

 span { border-color: rgb(185,78,136); }

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