Html Css Color HEX #BE4986 Mulberry

📋 copy color: '#BE4986'

red 190 ◦ green 73 ◦ blue 134

#BE4986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BE4986

Tints of Mulberry #BE4986

RGB

 RED value IS 190 (74.61% from 255) = 47.86%

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 47.86%
G = 18.39%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE4986 (or 0xBE4986) is known color: Mulberry. HEX triplet: BE, 49 and 86. RGB value is (190,73,134). Sum of RGB (Red+Green+Blue) = 190+73+134=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4986 is #41B679. Grayscale: #727272. Windows color (decimal): -4306554 or 8800702. OLE color: 8800702.

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

Color convert

RGB 190 73 134 -
CMYK 0 0.62 0.29 0.25
HSL 328.72º 0.47% 0.52% -
HSV(B) 328.72º 0.62% 0.75% -
XYZ 27.92 17.43 24.45 -
YUV 114.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 190 73 134 0 0.62 0.29 0.25 328.72 0.47 0.52
Hex BE 49 86 0 3E 1D 19 149 2F 34
Octal 276 111 206 0 76 35 31 511 57 64
Binary 10111110 1001001 10000110 0 111110 11101 11001 101001001 101111 110100

Color Harmonies of #BE4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4986

Black with #BE4986

Text Example


Text Example

White with #BE4986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4986; }

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

 H1.HeaderClassName
 {
   color: #BE4986;
 }
 .AnyTagClassName
 {
   color: #BE4986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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