#B95B85

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

Shades of Mulberry #B95B85

Tints of Mulberry #B95B85

Color information

#B95B85 (or 0xB95B85) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 85. RGB value is (185,91,133). Sum of RGB (Red+Green+Blue) = 185+91+133=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B85 is #46A47A. Grayscale: #7B7B7B. Windows color (decimal): -4629627 or 8739769. OLE color: 8739769.

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

Color convert

RGB18591133-
CMYK00.510.280.27
HSL333.19º40.17%54.12%-
HSV(B)333.19º50.81%72.55%-
XYZ27.9819.4924.48-
YUV123.89133.14171.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=45.23%
G=22.25%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859113300.510.280.27333.1940.1754.12
HexB95B850331C1B14d2836
Octal27113320506334335155066
Binary1011100110110111000010101100111110011011101001101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B85; }

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

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

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

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

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

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

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

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