#B94683

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

Shades of Mulberry #B94683

Tints of Mulberry #B94683

Color information

#B94683 (or 0xB94683) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 83. RGB value is (185,70,131). Sum of RGB (Red+Green+Blue) = 185+70+131=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94683 is #46B97C. Grayscale: #6F6F6F. Windows color (decimal): -4635005 or 8603321. OLE color: 8603321.

HSL color Cylindrical-coordinate representation of color #B94683: hue angle of 328.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94683 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18570131-
CMYK00.620.290.27
HSL328.17º45.1%50%-
HSV(B)328.17º62.16%72.55%-
XYZ26.2916.3323.24-
YUV111.34139.1180.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=47.93%
G=18.13%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857013100.620.290.27328.1745.150
HexB9468303E1D1B1482d32
Octal27110620307635335105562
Binary1011100110001101000001101111101110111011101001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94683; }

 p { color: rgb(185,70,131); }

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

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

 a { background-color: rgb(185,70,131); }

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

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

 span { border-color: rgb(185,70,131); }

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