#B94A85

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

Shades of Mulberry #B94A85

Tints of Mulberry #B94A85

Color information

#B94A85 (or 0xB94A85) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 85. RGB value is (185,74,133). Sum of RGB (Red+Green+Blue) = 185+74+133=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A85 is #46B57A. Grayscale: #717171. Windows color (decimal): -4633979 or 8735417. OLE color: 8735417.

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

Color convert

RGB18574133-
CMYK00.60.280.27
HSL328.11º44.22%50.78%-
HSV(B)328.11º60%72.55%-
XYZ26.6916.9124.05-
YUV113.92138.77178.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=47.19%
G=18.88%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857413300.60.280.27328.1144.2250.78
HexB94A8503C1C1B1482c33
Octal27111220507434335105463
Binary1011100110010101000010101111001110011011101001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A85; }

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

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

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

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

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

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

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

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