#B95B99

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

Shades of Mulberry #B95B99

Tints of Mulberry #B95B99

Color information

#B95B99 (or 0xB95B99) is unknown color: approx Mulberry. HEX triplet: B9, 5B and 99. RGB value is (185,91,153). Sum of RGB (Red+Green+Blue) = 185+91+153=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B99 is #46A466. Grayscale: #7E7E7E. Windows color (decimal): -4629607 or 10050489. OLE color: 10050489.

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

Color convert

RGB18591153-
CMYK00.510.170.27
HSL320.43º40.17%54.12%-
HSV(B)320.43º50.81%72.55%-
XYZ29.520.132.46-
YUV126.17143.14169.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=43.12%
G=21.21%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859115300.510.170.27320.4340.1754.12
HexB95B99033111B1402836
Octal27113323106321335005066
Binary1011100110110111001100101100111000111011101000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B99; }

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

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

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

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

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

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

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

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