#B94E8A

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

Shades of Mulberry #B94E8A

Tints of Mulberry #B94E8A

Color information

#B94E8A (or 0xB94E8A) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 8A. RGB value is (185,78,138). Sum of RGB (Red+Green+Blue) = 185+78+138=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E8A is #46B175. Grayscale: #747474. Windows color (decimal): -4632950 or 9064121. OLE color: 9064121.

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

Color convert

RGB18578138-
CMYK00.580.250.27
HSL326.36º43.32%51.57%-
HSV(B)326.36º57.84%72.55%-
XYZ27.3217.626-
YUV116.83139.95176.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 78 (30.86% from 255) = 19.45%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=46.13%
G=19.45%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857813800.580.250.27326.3643.3251.57
HexB94E8A03A191B1462b34
Octal27111621207231335065364
Binary1011100110011101000101001110101100111011101000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E8A; }

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

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

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

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

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

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

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

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