#B95B8E

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

Shades of Mulberry #B95B8E

Tints of Mulberry #B95B8E

Color information

#B95B8E (or 0xB95B8E) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 8E. RGB value is (185,91,142). Sum of RGB (Red+Green+Blue) = 185+91+142=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B8E is #46A471. Grayscale: #7C7C7C. Windows color (decimal): -4629618 or 9329593. OLE color: 9329593.

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

Color convert

RGB18591142-
CMYK00.510.230.27
HSL327.45º40.17%54.12%-
HSV(B)327.45º50.81%72.55%-
XYZ28.6319.7527.89-
YUV124.92137.64170.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=44.26%
G=21.77%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859114200.510.230.27327.4540.1754.12
HexB95B8E033171B1472836
Octal27113321606327335075066
Binary1011100110110111000111001100111011111011101000111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B8E; }

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

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

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

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

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

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

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

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