#B86298

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

Shades of Mulberry #B86298

Tints of Mulberry #B86298

Color information

#B86298 (or 0xB86298) is unknown color: approx Mulberry. HEX triplet: B8, 62 and 98. RGB value is (184,98,152). Sum of RGB (Red+Green+Blue) = 184+98+152=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B86298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86298 is #479D67. Grayscale: #818181. Windows color (decimal): -4693352 or 9986744. OLE color: 9986744.

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

Color convert

RGB18498152-
CMYK00.470.170.28
HSL322.33º37.72%55.29%-
HSV(B)322.33º46.74%72.16%-
XYZ29.821.1932.23-
YUV129.87140.49166.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=42.40%
G=22.58%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849815200.470.170.28322.3337.7255.29
HexB8629802F111C1422637
Octal27014223005721345024667
Binary1011100011000101001100001011111000111100101000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86298; }

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

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

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

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

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

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

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

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