#B95985

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

Shades of Mulberry #B95985

Tints of Mulberry #B95985

Color information

#B95985 (or 0xB95985) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 85. RGB value is (185,89,133). Sum of RGB (Red+Green+Blue) = 185+89+133=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B95985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95985 is #46A67A. Grayscale: #7A7A7A. Windows color (decimal): -4630139 or 8739257. OLE color: 8739257.

HSL color Cylindrical-coordinate representation of color #B95985: hue angle of 332.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95985 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18589133-
CMYK00.520.280.27
HSL332.5º40.68%53.73%-
HSV(B)332.5º51.89%72.55%-
XYZ27.8119.1524.42-
YUV122.72133.8172.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=45.45%
G=21.87%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858913300.520.280.27332.540.6853.73
HexB959850341C1B14c2936
Octal27113120506434335145166
Binary1011100110110011000010101101001110011011101001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95985; }

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

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

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

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

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

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

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

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