#B86192

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

Shades of Mulberry #B86192

Tints of Mulberry #B86192

Color information

#B86192 (or 0xB86192) is unknown color: approx Mulberry. HEX triplet: B8, 61 and 92. RGB value is (184,97,146). Sum of RGB (Red+Green+Blue) = 184+97+146=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B86192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86192 is #479E6D. Grayscale: #808080. Windows color (decimal): -4693614 or 9593272. OLE color: 9593272.

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

Color convert

RGB18497146-
CMYK00.470.210.28
HSL326.21º37.99%55.1%-
HSV(B)326.21º47.28%72.16%-
XYZ29.2320.8229.67-
YUV128.6137.82167.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=43.09%
G=22.72%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849714600.470.210.28326.2137.9955.1
HexB8619202F151C1462637
Octal27014122205725345064667
Binary1011100011000011001001001011111010111100101000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86192; }

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

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

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

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

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

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

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

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