#B95995

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

Shades of Mulberry #B95995

Tints of Mulberry #B95995

Color information

#B95995 (or 0xB95995) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 95. RGB value is (185,89,149). Sum of RGB (Red+Green+Blue) = 185+89+149=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95995 is #46A66A. Grayscale: #7C7C7C. Windows color (decimal): -4630123 or 9787833. OLE color: 9787833.

HSL color Cylindrical-coordinate representation of color #B95995: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95995 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18589149-
CMYK00.520.190.27
HSL322.5º40.68%53.73%-
HSV(B)322.5º51.89%72.55%-
XYZ2919.6330.69-
YUV124.54141.8171.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=43.74%
G=21.04%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858914900.520.190.27322.540.6853.73
HexB95995034131B1422936
Octal27113122506423335025166
Binary1011100110110011001010101101001001111011101000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95995; }

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

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

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

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

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

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

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

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