#B95899

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

Shades of Mulberry #B95899

Tints of Mulberry #B95899

Color information

#B95899 (or 0xB95899) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 99. RGB value is (185,88,153). Sum of RGB (Red+Green+Blue) = 185+88+153=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B95899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95899 is #46A766. Grayscale: #7C7C7C. Windows color (decimal): -4630375 or 10049721. OLE color: 10049721.

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

Color convert

RGB18588153-
CMYK00.520.170.27
HSL319.79º40.93%53.53%-
HSV(B)319.79º52.43%72.55%-
XYZ29.2519.5932.38-
YUV124.41144.14171.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=43.43%
G=20.66%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858815300.520.170.27319.7940.9353.53
HexB95899034111B1402936
Octal27113023106421335005166
Binary1011100110110001001100101101001000111011101000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95899; }

 p { color: rgb(185,88,153); }

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

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

 a { background-color: rgb(185,88,153); }

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

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

 span { border-color: rgb(185,88,153); }

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