#B94B89

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

Shades of Mulberry #B94B89

Tints of Mulberry #B94B89

Color information

#B94B89 (or 0xB94B89) is unknown color: approx Mulberry. HEX triplet: B9, 4B and 89. RGB value is (185,75,137). Sum of RGB (Red+Green+Blue) = 185+75+137=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B89 is #46B476. Grayscale: #727272. Windows color (decimal): -4633719 or 8997817. OLE color: 8997817.

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

Color convert

RGB18575137-
CMYK00.590.260.27
HSL326.18º44%50.98%-
HSV(B)326.18º59.46%72.55%-
XYZ27.0417.1525.55-
YUV114.96140.44177.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=46.60%
G=18.89%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857513700.590.260.27326.184450.98
HexB94B8903B1A1B1462c33
Octal27111321107332335065463
Binary1011100110010111000100101110111101011011101000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B89; }

 p { color: rgb(185,75,137); }

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

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

 a { background-color: rgb(185,75,137); }

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

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

 span { border-color: rgb(185,75,137); }

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