#B95091

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

Shades of Mulberry #B95091

Tints of Mulberry #B95091

Color information

#B95091 (or 0xB95091) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 91. RGB value is (185,80,145). Sum of RGB (Red+Green+Blue) = 185+80+145=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B95091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95091 is #46AF6E. Grayscale: #767676. Windows color (decimal): -4632431 or 9523385. OLE color: 9523385.

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

Color convert

RGB18580145-
CMYK00.570.220.27
HSL322.86º42.86%51.96%-
HSV(B)322.86º56.76%72.55%-
XYZ27.9918.128.81-
YUV118.8142.79175.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=45.12%
G=19.51%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858014500.570.220.27322.8642.8651.96
HexB95091039161B1432b34
Octal27112022107126335035364
Binary1011100110100001001000101110011011011011101000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95091; }

 p { color: rgb(185,80,145); }

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

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

 a { background-color: rgb(185,80,145); }

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

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

 span { border-color: rgb(185,80,145); }

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