#B95D9C

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

Shades of Mulberry #B95D9C

Tints of Mulberry #B95D9C

Color information

#B95D9C (or 0xB95D9C) is unknown color: approx Mulberry. HEX triplet: B9, 5D and 9C. RGB value is (185,93,156). Sum of RGB (Red+Green+Blue) = 185+93+156=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D9C is #46A263. Grayscale: #7F7F7F. Windows color (decimal): -4629092 or 10247609. OLE color: 10247609.

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

Color convert

RGB18593156-
CMYK00.500.160.27
HSL318.91º39.66%54.51%-
HSV(B)318.91º49.73%72.55%-
XYZ29.9220.5433.84-
YUV127.69143.98168.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=42.63%
G=21.43%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859315600.500.160.27318.9139.6654.51
HexB95D9C032101B13f2837
Octal27113523406220334775067
Binary1011100110111011001110001100101000011011100111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D9C; }

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

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

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

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

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

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

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

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