#B85C96

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

Shades of Mulberry #B85C96

Tints of Mulberry #B85C96

Color information

#B85C96 (or 0xB85C96) is unknown color: approx Mulberry. HEX triplet: B8, 5C and 96. RGB value is (184,92,150). Sum of RGB (Red+Green+Blue) = 184+92+150=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C96 is #47A369. Grayscale: #7D7D7D. Windows color (decimal): -4694890 or 9854136. OLE color: 9854136.

HSL color Cylindrical-coordinate representation of color #B85C96: hue angle of 322.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C96 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18492150-
CMYK00.500.180.28
HSL322.17º39.32%54.12%-
HSV(B)322.17º50%72.16%-
XYZ29.120.0531.19-
YUV126.12141.48169.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=43.19%
G=21.60%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849215000.500.180.28322.1739.3254.12
HexB85C96032121C1422736
Octal27013422606222345024766
Binary1011100010111001001011001100101001011100101000010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C96; }

 p { color: rgb(184,92,150); }

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

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

 a { background-color: rgb(184,92,150); }

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

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

 span { border-color: rgb(184,92,150); }

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