#B86198

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

Shades of Mulberry #B86198

Tints of Mulberry #B86198

Color information

#B86198 (or 0xB86198) is unknown color: approx Mulberry. HEX triplet: B8, 61 and 98. RGB value is (184,97,152). Sum of RGB (Red+Green+Blue) = 184+97+152=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B86198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86198 is #479E67. Grayscale: #818181. Windows color (decimal): -4693608 or 9986488. OLE color: 9986488.

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

Color convert

RGB18497152-
CMYK00.470.170.28
HSL322.07º37.99%55.1%-
HSV(B)322.07º47.28%72.16%-
XYZ29.7121.0132.19-
YUV129.28140.82167.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=42.49%
G=22.40%
B=35.10%

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
Decimal1849715200.470.170.28322.0737.9955.1
HexB8619802F111C1422637
Octal27014123005721345024667
Binary1011100011000011001100001011111000111100101000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86198; }

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

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

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

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

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

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

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

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