#B94A99

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

Shades of Mulberry #B94A99

Tints of Mulberry #B94A99

Color information

#B94A99 (or 0xB94A99) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 99. RGB value is (185,74,153). Sum of RGB (Red+Green+Blue) = 185+74+153=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A99 is #46B566. Grayscale: #737373. Windows color (decimal): -4633959 or 10046137. OLE color: 10046137.

HSL color Cylindrical-coordinate representation of color #B94A99: hue angle of 317.3º 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 #B94A99 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18574153-
CMYK00.60.170.27
HSL317.3º44.22%50.78%-
HSV(B)317.3º60%72.55%-
XYZ28.2117.5132.03-
YUV116.2148.77177.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=44.90%
G=17.96%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857415300.60.170.27317.344.2250.78
HexB94A9903C111B13d2c33
Octal27111223107421334755463
Binary1011100110010101001100101111001000111011100111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A99; }

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

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

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

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

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

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

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

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