#B95395

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

Shades of Mulberry #B95395

Tints of Mulberry #B95395

Color information

#B95395 (or 0xB95395) is unknown color: approx Mulberry. HEX triplet: B9, 53 and 95. RGB value is (185,83,149). Sum of RGB (Red+Green+Blue) = 185+83+149=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95395 is #46AC6A. Grayscale: #787878. Windows color (decimal): -4631659 or 9786297. OLE color: 9786297.

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

Color convert

RGB18583149-
CMYK00.550.190.27
HSL321.18º42.15%52.55%-
HSV(B)321.18º55.14%72.55%-
XYZ28.5318.6730.53-
YUV121.02143.79173.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=44.36%
G=19.90%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858314900.550.190.27321.1842.1552.55
HexB95395037131B1412a35
Octal27112322506723335015265
Binary1011100110100111001010101101111001111011101000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95395; }

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

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

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

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

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

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

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

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