#B84692

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

Shades of Mulberry #B84692

Tints of Mulberry #B84692

Color information

#B84692 (or 0xB84692) is unknown color: approx Mulberry. HEX triplet: B8, 46 and 92. RGB value is (184,70,146). Sum of RGB (Red+Green+Blue) = 184+70+146=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B84692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84692 is #47B96D. Grayscale: #707070. Windows color (decimal): -4700526 or 9586360. OLE color: 9586360.

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

Color convert

RGB18470146-
CMYK00.620.210.28
HSL320º44.88%49.8%-
HSV(B)320º61.96%72.16%-
XYZ27.1516.6528.98-
YUV112.75146.77178.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=46%
G=17.5%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847014600.620.210.2832044.8849.8
HexB8469203E151C1402d32
Octal27010622207625345005562
Binary1011100010001101001001001111101010111100101000000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84692; }

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

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

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

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

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

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

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

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