#B86296

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

Shades of Mulberry #B86296

Tints of Mulberry #B86296

Color information

#B86296 (or 0xB86296) is unknown color: approx Mulberry. HEX triplet: B8, 62 and 96. RGB value is (184,98,150). Sum of RGB (Red+Green+Blue) = 184+98+150=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B86296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86296 is #479D69. Grayscale: #818181. Windows color (decimal): -4693354 or 9855672. OLE color: 9855672.

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

Color convert

RGB18498150-
CMYK00.470.180.28
HSL323.72º37.72%55.29%-
HSV(B)323.72º46.74%72.16%-
XYZ29.6421.1331.37-
YUV129.64139.49166.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=42.59%
G=22.69%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849815000.470.180.28323.7237.7255.29
HexB8629602F121C1442637
Octal27014222605722345044667
Binary1011100011000101001011001011111001011100101000100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86296; }

 p { color: rgb(184,98,150); }

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

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

 a { background-color: rgb(184,98,150); }

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

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

 span { border-color: rgb(184,98,150); }

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