#B96295

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

Shades of Mulberry #B96295

Tints of Mulberry #B96295

Color information

#B96295 (or 0xB96295) is unknown color: approx Mulberry. HEX triplet: B9, 62 and 95. RGB value is (185,98,149). Sum of RGB (Red+Green+Blue) = 185+98+149=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96295 is #469D6A. Grayscale: #818181. Windows color (decimal): -4627819 or 9790137. OLE color: 9790137.

HSL color Cylindrical-coordinate representation of color #B96295: hue angle of 324.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96295 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18598149-
CMYK00.470.190.27
HSL324.83º38.33%55.49%-
HSV(B)324.83º47.03%72.55%-
XYZ29.821.2230.96-
YUV129.83138.82167.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=42.82%
G=22.69%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859814900.470.190.27324.8338.3355.49
HexB9629502F131B1452637
Octal27114222505723335054667
Binary1011100111000101001010101011111001111011101000101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96295; }

 p { color: rgb(185,98,149); }

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

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

 a { background-color: rgb(185,98,149); }

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

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

 span { border-color: rgb(185,98,149); }

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