Html Css Color HEX #BE4686 Mulberry

📋 copy color: '#BE4686'

red 190 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #BE4686

Tints of Mulberry #BE4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

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

R = 48.22%
G = 17.77%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE4686 (or 0xBE4686) is known color: Mulberry. HEX triplet: BE, 46 and 86. RGB value is (190,70,134). Sum of RGB (Red+Green+Blue) = 190+70+134=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4686 is #41B979. Grayscale: #717171. Windows color (decimal): -4307322 or 8799934. OLE color: 8799934.

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

Color convert

RGB 190 70 134 -
CMYK 0 0.63 0.29 0.25
HSL 328º 0.48% 0.51% -
HSV(B) 328º 0.63% 0.75% -
XYZ 27.73 17.05 24.38 -
YUV 113.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 190 70 134 0 0.63 0.29 0.25 328 0.48 0.51
Hex BE 46 86 0 3F 1D 19 148 30 33
Octal 276 106 206 0 77 35 31 510 60 63
Binary 10111110 1000110 10000110 0 111111 11101 11001 101001000 110000 110011

Color Harmonies of #BE4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4686

Black with #BE4686

Text Example


Text Example

White with #BE4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4686; }

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

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

background-color css

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

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

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

border-color css

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

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

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