#B95B95

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

Shades of Mulberry #B95B95

Tints of Mulberry #B95B95

Color information

#B95B95 (or 0xB95B95) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 95. RGB value is (185,91,149). Sum of RGB (Red+Green+Blue) = 185+91+149=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B95 is #46A46A. Grayscale: #7D7D7D. Windows color (decimal): -4629611 or 9788345. OLE color: 9788345.

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

Color convert

RGB18591149-
CMYK00.510.190.27
HSL322.98º40.17%54.12%-
HSV(B)322.98º50.81%72.55%-
XYZ29.1719.9730.75-
YUV125.72141.14170.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=43.53%
G=21.41%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859114900.510.190.27322.9840.1754.12
HexB95B95033131B1432836
Octal27113322506323335035066
Binary1011100110110111001010101100111001111011101000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B95; }

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

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

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

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

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

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

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

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