#B95B89

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

Shades of Mulberry #B95B89

Tints of Mulberry #B95B89

Color information

#B95B89 (or 0xB95B89) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 89. RGB value is (185,91,137). Sum of RGB (Red+Green+Blue) = 185+91+137=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B89 is #46A476. Grayscale: #7C7C7C. Windows color (decimal): -4629623 or 9001913. OLE color: 9001913.

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

Color convert

RGB18591137-
CMYK00.510.260.27
HSL330.64º40.17%54.12%-
HSV(B)330.64º50.81%72.55%-
XYZ28.2619.625.96-
YUV124.35135.14171.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=44.79%
G=22.03%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859113700.510.260.27330.6440.1754.12
HexB95B890331A1B14b2836
Octal27113321106332335135066
Binary1011100110110111000100101100111101011011101001011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B89; }

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

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

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

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

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

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

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

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