#B85B8F

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

Shades of Mulberry #B85B8F

Tints of Mulberry #B85B8F

Color information

#B85B8F (or 0xB85B8F) is unknown color: approx Mulberry. HEX triplet: B8, 5B and 8F. RGB value is (184,91,143). Sum of RGB (Red+Green+Blue) = 184+91+143=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B8F is #47A470. Grayscale: #7C7C7C. Windows color (decimal): -4695153 or 9395128. OLE color: 9395128.

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

Color convert

RGB18491143-
CMYK00.510.220.28
HSL326.45º39.57%53.92%-
HSV(B)326.45º50.54%72.16%-
XYZ28.4719.6628.28-
YUV124.73138.31170.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=44.02%
G=21.77%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849114300.510.220.28326.4539.5753.92
HexB85B8F033161C1462836
Octal27013321706326345065066
Binary1011100010110111000111101100111011011100101000110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B8F; }

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

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

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

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

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

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

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

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