#B95D96

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

Shades of Mulberry #B95D96

Tints of Mulberry #B95D96

Color information

#B95D96 (or 0xB95D96) is unknown color: approx Mulberry. HEX triplet: B9, 5D and 96. RGB value is (185,93,150). Sum of RGB (Red+Green+Blue) = 185+93+150=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D96 is #46A269. Grayscale: #7E7E7E. Windows color (decimal): -4629098 or 9854393. OLE color: 9854393.

HSL color Cylindrical-coordinate representation of color #B95D96: hue angle of 322.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D96 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18593150-
CMYK00.500.190.27
HSL322.83º39.66%54.51%-
HSV(B)322.83º49.73%72.55%-
XYZ29.4320.3431.23-
YUV127.01140.98169.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=43.22%
G=21.73%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859315000.500.190.27322.8339.6654.51
HexB95D96032131B1432837
Octal27113522606223335035067
Binary1011100110111011001011001100101001111011101000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D96; }

 p { color: rgb(185,93,150); }

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

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

 a { background-color: rgb(185,93,150); }

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

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

 span { border-color: rgb(185,93,150); }

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