#B96299

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

Shades of Mulberry #B96299

Tints of Mulberry #B96299

Color information

#B96299 (or 0xB96299) is unknown color: approx Mulberry. HEX triplet: B9, 62 and 99. RGB value is (185,98,153). Sum of RGB (Red+Green+Blue) = 185+98+153=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96299 is #469D66. Grayscale: #828282. Windows color (decimal): -4627815 or 10052281. OLE color: 10052281.

HSL color Cylindrical-coordinate representation of color #B96299: hue angle of 322.07º 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 #B96299 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18598153-
CMYK00.470.170.27
HSL322.07º38.33%55.49%-
HSV(B)322.07º47.03%72.55%-
XYZ30.1321.3532.67-
YUV130.28140.82167.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=42.43%
G=22.48%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859815300.470.170.27322.0738.3355.49
HexB9629902F111B1422637
Octal27114223105721335024667
Binary1011100111000101001100101011111000111011101000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96299; }

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

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

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

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

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

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

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

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