#B95583

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

Shades of Mulberry #B95583

Tints of Mulberry #B95583

Color information

#B95583 (or 0xB95583) is unknown color: approx Mulberry. HEX triplet: B9, 55 and 83. RGB value is (185,85,131). Sum of RGB (Red+Green+Blue) = 185+85+131=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95583 is #46AA7C. Grayscale: #787878. Windows color (decimal): -4631165 or 8607161. OLE color: 8607161.

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

Color convert

RGB18585131-
CMYK00.540.290.27
HSL332.4º41.67%52.94%-
HSV(B)332.4º54.05%72.55%-
XYZ27.3518.4523.59-
YUV120.14134.13174.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=46.13%
G=21.20%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858513100.540.290.27332.441.6752.94
HexB955830361D1B14c2a35
Octal27112520306635335145265
Binary1011100110101011000001101101101110111011101001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95583; }

 p { color: rgb(185,85,131); }

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

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

 a { background-color: rgb(185,85,131); }

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

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

 span { border-color: rgb(185,85,131); }

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