#B95C9D

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

Shades of Mulberry #B95C9D

Tints of Mulberry #B95C9D

Color information

#B95C9D (or 0xB95C9D) is unknown color: approx Mulberry. HEX triplet: B9, 5C and 9D. RGB value is (185,92,157). Sum of RGB (Red+Green+Blue) = 185+92+157=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C9D is #46A362. Grayscale: #7F7F7F. Windows color (decimal): -4629347 or 10312889. OLE color: 10312889.

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

Color convert

RGB18592157-
CMYK00.500.150.27
HSL318.06º39.91%54.31%-
HSV(B)318.06º50.27%72.55%-
XYZ29.9220.434.26-
YUV127.22144.81169.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=42.63%
G=21.20%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859215700.500.150.27318.0639.9154.31
HexB95C9D032F1B13e2836
Octal27113423506217334765066
Binary101110011011100100111010110010111111011100111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C9D; }

 p { color: rgb(185,92,157); }

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

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

 a { background-color: rgb(185,92,157); }

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

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

 span { border-color: rgb(185,92,157); }

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