#B94A8E

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

Shades of Mulberry #B94A8E

Tints of Mulberry #B94A8E

Color information

#B94A8E (or 0xB94A8E) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 8E. RGB value is (185,74,142). Sum of RGB (Red+Green+Blue) = 185+74+142=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A8E is #46B571. Grayscale: #727272. Windows color (decimal): -4633970 or 9325241. OLE color: 9325241.

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

Color convert

RGB18574142-
CMYK00.60.230.27
HSL323.24º44.22%50.78%-
HSV(B)323.24º60%72.55%-
XYZ27.3417.1627.46-
YUV114.94143.27177.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=46.13%
G=18.45%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857414200.60.230.27323.2444.2250.78
HexB94A8E03C171B1432c33
Octal27111221607427335035463
Binary1011100110010101000111001111001011111011101000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A8E; }

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

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

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

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

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

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

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

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