#B86092

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

Shades of Mulberry #B86092

Tints of Mulberry #B86092

Color information

#B86092 (or 0xB86092) is unknown color: approx Mulberry. HEX triplet: B8, 60 and 92. RGB value is (184,96,146). Sum of RGB (Red+Green+Blue) = 184+96+146=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B86092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86092 is #479F6D. Grayscale: #7F7F7F. Windows color (decimal): -4693870 or 9593016. OLE color: 9593016.

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

Color convert

RGB18496146-
CMYK00.480.210.28
HSL325.91º38.26%54.9%-
HSV(B)325.91º47.83%72.16%-
XYZ29.1420.6329.64-
YUV128.01138.15167.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=43.19%
G=22.54%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849614600.480.210.28325.9138.2654.9
HexB86092030151C1462637
Octal27014022206025345064667
Binary1011100011000001001001001100001010111100101000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86092; }

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

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

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

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

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

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

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

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