#B95C90

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

Shades of Mulberry #B95C90

Tints of Mulberry #B95C90

Color information

#B95C90 (or 0xB95C90) is unknown color: approx Mulberry. HEX triplet: B9, 5C and 90. RGB value is (185,92,144). Sum of RGB (Red+Green+Blue) = 185+92+144=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C90 is #46A36F. Grayscale: #7D7D7D. Windows color (decimal): -4629360 or 9460921. OLE color: 9460921.

HSL color Cylindrical-coordinate representation of color #B95C90: hue angle of 326.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C90 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18592144-
CMYK00.500.220.27
HSL326.45º39.91%54.31%-
HSV(B)326.45º50.27%72.55%-
XYZ28.8719.9828.72-
YUV125.73138.31170.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=43.94%
G=21.85%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859214400.500.220.27326.4539.9154.31
HexB95C90032161B1462836
Octal27113422006226335065066
Binary1011100110111001001000001100101011011011101000110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C90; }

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

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

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

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

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

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

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

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