#B96099

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

Shades of Mulberry #B96099

Tints of Mulberry #B96099

Color information

#B96099 (or 0xB96099) is unknown color: approx Mulberry. HEX triplet: B9, 60 and 99. RGB value is (185,96,153). Sum of RGB (Red+Green+Blue) = 185+96+153=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96099 is #469F66. Grayscale: #808080. Windows color (decimal): -4628327 or 10051769. OLE color: 10051769.

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

Color convert

RGB18596153-
CMYK00.480.170.27
HSL321.57º38.86%55.1%-
HSV(B)321.57º48.11%72.55%-
XYZ29.9420.9832.61-
YUV129.11141.49167.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=42.63%
G=22.12%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859615300.480.170.27321.5738.8655.1
HexB96099030111B1422737
Octal27114023106021335024767
Binary1011100111000001001100101100001000111011101000010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96099; }

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

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

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

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

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

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

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

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