#B95D9B

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

Shades of Mulberry #B95D9B

Tints of Mulberry #B95D9B

Color information

#B95D9B (or 0xB95D9B) is unknown color: approx Mulberry. HEX triplet: B9, 5D and 9B. RGB value is (185,93,155). Sum of RGB (Red+Green+Blue) = 185+93+155=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D9B is #46A264. Grayscale: #7F7F7F. Windows color (decimal): -4629093 or 10182073. OLE color: 10182073.

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

Color convert

RGB18593155-
CMYK00.500.160.27
HSL319.57º39.66%54.51%-
HSV(B)319.57º49.73%72.55%-
XYZ29.8420.5133.4-
YUV127.58143.48168.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=42.73%
G=21.48%
B=35.80%

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
Decimal1859315500.500.160.27319.5739.6654.51
HexB95D9B032101B1402837
Octal27113523306220335005067
Binary1011100110111011001101101100101000011011101000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D9B; }

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

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

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

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

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

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

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

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