#B94B85

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

Shades of Mulberry #B94B85

Tints of Mulberry #B94B85

Color information

#B94B85 (or 0xB94B85) is unknown color: approx Mulberry. HEX triplet: B9, 4B and 85. RGB value is (185,75,133). Sum of RGB (Red+Green+Blue) = 185+75+133=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B85 is #46B47A. Grayscale: #727272. Windows color (decimal): -4633723 or 8735673. OLE color: 8735673.

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

Color convert

RGB18575133-
CMYK00.590.280.27
HSL328.36º44%50.98%-
HSV(B)328.36º59.46%72.55%-
XYZ26.7617.0424.07-
YUV114.5138.44178.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=47.07%
G=19.08%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857513300.590.280.27328.364450.98
HexB94B8503B1C1B1482c33
Octal27111320507334335105463
Binary1011100110010111000010101110111110011011101001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B85; }

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

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

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

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

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

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

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

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