#B85895

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

Shades of Mulberry #B85895

Tints of Mulberry #B85895

Color information

#B85895 (or 0xB85895) is unknown color: approx Mulberry. HEX triplet: B8, 58 and 95. RGB value is (184,88,149). Sum of RGB (Red+Green+Blue) = 184+88+149=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B85895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85895 is #47A76A. Grayscale: #7B7B7B. Windows color (decimal): -4695915 or 9787576. OLE color: 9787576.

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

Color convert

RGB18488149-
CMYK00.520.190.28
HSL321.88º40.34%53.33%-
HSV(B)321.88º52.17%72.16%-
XYZ28.6819.3430.66-
YUV123.66142.3171.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=43.71%
G=20.90%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848814900.520.190.28321.8840.3453.33
HexB85895034131C1422835
Octal27013022506423345025065
Binary1011100010110001001010101101001001111100101000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85895; }

 p { color: rgb(184,88,149); }

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

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

 a { background-color: rgb(184,88,149); }

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

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

 span { border-color: rgb(184,88,149); }

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