Html Css Color HEX #BE5686 Mulberry

📋 copy color: '#BE5686'

red 190 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #BE5686

Tints of Mulberry #BE5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 46.34%
G = 20.98%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE5686 (or 0xBE5686) is known color: Mulberry. HEX triplet: BE, 56 and 86. RGB value is (190,86,134). Sum of RGB (Red+Green+Blue) = 190+86+134=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5686 is #41A979. Grayscale: #7A7A7A. Windows color (decimal): -4303226 or 8804030. OLE color: 8804030.

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

Color convert

RGB 190 86 134 -
CMYK 0 0.55 0.29 0.25
HSL 332.31º 0.44% 0.54% -
HSV(B) 332.31º 0.55% 0.75% -
XYZ 28.87 19.32 24.76 -
YUV 122.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 190 86 134 0 0.55 0.29 0.25 332.31 0.44 0.54
Hex BE 56 86 0 37 1D 19 14C 2C 36
Octal 276 126 206 0 67 35 31 514 54 66
Binary 10111110 1010110 10000110 0 110111 11101 11001 101001100 101100 110110

Color Harmonies of #BE5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5686

Black with #BE5686

Text Example


Text Example

White with #BE5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5686; }

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

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

background-color css

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

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

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

border-color css

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

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

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