#B85B8E

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

Shades of Mulberry #B85B8E

Tints of Mulberry #B85B8E

Color information

#B85B8E (or 0xB85B8E) is unknown color: approx Mulberry. HEX triplet: B8, 5B and 8E. RGB value is (184,91,142). Sum of RGB (Red+Green+Blue) = 184+91+142=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B8E is #47A471. Grayscale: #7C7C7C. Windows color (decimal): -4695154 or 9329592. OLE color: 9329592.

HSL color Cylindrical-coordinate representation of color #B85B8E: hue angle of 327.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B8E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18491142-
CMYK00.510.230.28
HSL327.1º39.57%53.92%-
HSV(B)327.1º50.54%72.16%-
XYZ28.3919.6327.88-
YUV124.62137.81170.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=44.12%
G=21.82%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849114200.510.230.28327.139.5753.92
HexB85B8E033171C1472836
Octal27013321606327345075066
Binary1011100010110111000111001100111011111100101000111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B8E; }

 p { color: rgb(184,91,142); }

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

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

 a { background-color: rgb(184,91,142); }

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

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

 span { border-color: rgb(184,91,142); }

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