#B95290

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

Shades of Mulberry #B95290

Tints of Mulberry #B95290

Color information

#B95290 (or 0xB95290) is unknown color: approx Mulberry. HEX triplet: B9, 52 and 90. RGB value is (185,82,144). Sum of RGB (Red+Green+Blue) = 185+82+144=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B95290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95290 is #46AD6F. Grayscale: #777777. Windows color (decimal): -4631920 or 9458361. OLE color: 9458361.

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

Color convert

RGB18582144-
CMYK00.560.220.27
HSL323.88º42.39%52.35%-
HSV(B)323.88º55.68%72.55%-
XYZ28.0618.3628.45-
YUV119.86141.62174.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=45.01%
G=19.95%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858214400.560.220.27323.8842.3952.35
HexB95290038161B1442a34
Octal27112222007026335045264
Binary1011100110100101001000001110001011011011101000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95290; }

 p { color: rgb(185,82,144); }

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

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

 a { background-color: rgb(185,82,144); }

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

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

 span { border-color: rgb(185,82,144); }

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