#B95189

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

Shades of Mulberry #B95189

Tints of Mulberry #B95189

Color information

#B95189 (or 0xB95189) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 89. RGB value is (185,81,137). Sum of RGB (Red+Green+Blue) = 185+81+137=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95189 is #46AE76. Grayscale: #767676. Windows color (decimal): -4632183 or 8999353. OLE color: 8999353.

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

Color convert

RGB18581137-
CMYK00.560.260.27
HSL327.69º42.62%52.16%-
HSV(B)327.69º56.22%72.55%-
XYZ27.4718.0125.69-
YUV118.48138.46175.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=45.91%
G=20.10%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858113700.560.260.27327.6942.6252.16
HexB951890381A1B1482b34
Octal27112121107032335105364
Binary1011100110100011000100101110001101011011101001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95189; }

 p { color: rgb(185,81,137); }

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

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

 a { background-color: rgb(185,81,137); }

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

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

 span { border-color: rgb(185,81,137); }

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