#B95795

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

Shades of Mulberry #B95795

Tints of Mulberry #B95795

Color information

#B95795 (or 0xB95795) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 95. RGB value is (185,87,149). Sum of RGB (Red+Green+Blue) = 185+87+149=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95795 is #46A86A. Grayscale: #7B7B7B. Windows color (decimal): -4630635 or 9787321. OLE color: 9787321.

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

Color convert

RGB18587149-
CMYK00.530.190.27
HSL322.04º41.18%53.33%-
HSV(B)322.04º52.97%72.55%-
XYZ28.8419.330.64-
YUV123.37142.47171.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=43.94%
G=20.67%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858714900.530.190.27322.0441.1853.33
HexB95795035131B1422935
Octal27112722506523335025165
Binary1011100110101111001010101101011001111011101000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95795; }

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

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

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

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

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

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

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

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