#BE4286

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

Shades of Mulberry #BE4286

Tints of Mulberry #BE4286

Color information

#BE4286 (or 0xBE4286) is unknown color: approx Mulberry. HEX triplet: BE, 42 and 86. RGB value is (190,66,134). Sum of RGB (Red+Green+Blue) = 190+66+134=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4286 is #41BD79. Grayscale: #6E6E6E. Windows color (decimal): -4308346 or 8798910. OLE color: 8798910.

HSL color Cylindrical-coordinate representation of color #BE4286: hue angle of 327.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4286 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19066134-
CMYK00.650.290.25
HSL327.1º48.82%50.2%-
HSV(B)327.1º65.26%74.51%-
XYZ27.4916.5624.3-
YUV110.83141.08184.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=48.72%
G=16.92%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906613400.650.290.25327.148.8250.2
HexBE42860411D191473132
Octal276102206010135315076162
Binary10111110100001010000110010000011110111001101000111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4286; }

 p { color: rgb(190,66,134); }

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

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

 a { background-color: rgb(190,66,134); }

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

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

 span { border-color: rgb(190,66,134); }

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