#B95B93

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

Shades of Mulberry #B95B93

Tints of Mulberry #B95B93

Color information

#B95B93 (or 0xB95B93) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 93. RGB value is (185,91,147). Sum of RGB (Red+Green+Blue) = 185+91+147=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B93 is #46A46C. Grayscale: #7D7D7D. Windows color (decimal): -4629613 or 9657273. OLE color: 9657273.

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

Color convert

RGB18591147-
CMYK00.510.210.27
HSL324.26º40.17%54.12%-
HSV(B)324.26º50.81%72.55%-
XYZ29.0219.929.92-
YUV125.49140.14170.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=43.74%
G=21.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859114700.510.210.27324.2640.1754.12
HexB95B93033151B1442836
Octal27113322306325335045066
Binary1011100110110111001001101100111010111011101000100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B93; }

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

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

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

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

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

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

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

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