#B94B8B

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

Shades of Mulberry #B94B8B

Tints of Mulberry #B94B8B

Color information

#B94B8B (or 0xB94B8B) is unknown color: approx Mulberry. HEX triplet: B9, 4B and 8B. RGB value is (185,75,139). Sum of RGB (Red+Green+Blue) = 185+75+139=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B8B is #46B474. Grayscale: #737373. Windows color (decimal): -4633717 or 9128889. OLE color: 9128889.

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

Color convert

RGB18575139-
CMYK00.590.250.27
HSL325.09º44%50.98%-
HSV(B)325.09º59.46%72.55%-
XYZ27.1817.2126.32-
YUV115.19141.44177.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=46.37%
G=18.80%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857513900.590.250.27325.094450.98
HexB94B8B03B191B1452c33
Octal27111321307331335055463
Binary1011100110010111000101101110111100111011101000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B8B; }

 p { color: rgb(185,75,139); }

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

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

 a { background-color: rgb(185,75,139); }

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

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

 span { border-color: rgb(185,75,139); }

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