#b94c83

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

Shades of Mulberry #B94C83

Tints of Mulberry #B94C83

Color information

#B94C83 (or 0xB94C83) is unknown color: approx Mulberry. HEX triplet: B9, 4C and 83. RGB value is (185,76,131). Sum of RGB (Red+Green+Blue) = 185+76+131=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C83 is #46B37C. Grayscale: #727272. Windows color (decimal): -4633469 or 8604857. OLE color: 8604857.

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

Color convert

RGB18576131-
CMYK00.590.290.27
HSL329.72º43.78%51.18%-
HSV(B)329.72º58.92%72.55%-
XYZ26.6917.1223.37-
YUV114.86137.11178.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=47.19%
G=19.39%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857613100.590.290.27329.7243.7851.18
HexB94C8303B1D1B14a2c33
Octal27111420307335335125463
Binary1011100110011001000001101110111110111011101001010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94c83; }

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

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

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

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

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

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

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

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